Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import time
|
|
6 |
#theme = gr.themes.Base()
|
7 |
#theme = gr.themes.Default()
|
8 |
#theme = gr.themes.Glass()
|
9 |
-
theme = gr.themes.Monochrome()
|
10 |
-
|
11 |
|
12 |
with gr.Blocks(theme=theme) as demo2:
|
13 |
mmt = gr.MultimodalTextbox()
|
|
|
6 |
#theme = gr.themes.Base()
|
7 |
#theme = gr.themes.Default()
|
8 |
#theme = gr.themes.Glass()
|
9 |
+
#theme = gr.themes.Monochrome()
|
10 |
+
theme = gr.themes.Soft()
|
11 |
|
12 |
with gr.Blocks(theme=theme) as demo2:
|
13 |
mmt = gr.MultimodalTextbox()
|