Spaces:
Runtime error
Runtime error
Commit
·
37e448d
1
Parent(s):
d75f5ef
Try seafoam theme
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ def process_example(args):
|
|
| 43 |
|
| 44 |
css = ".generating {visibility: hidden}"
|
| 45 |
|
| 46 |
-
with gr.Blocks(theme=
|
| 47 |
with gr.Column():
|
| 48 |
gr.Markdown(
|
| 49 |
""" ## Dolly 2.0
|
|
|
|
| 43 |
|
| 44 |
css = ".generating {visibility: hidden}"
|
| 45 |
|
| 46 |
+
with gr.Blocks(theme='gradio/seafoam', analytics_enabled=False, css=css) as demo:
|
| 47 |
with gr.Column():
|
| 48 |
gr.Markdown(
|
| 49 |
""" ## Dolly 2.0
|