Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -754,9 +754,9 @@ demo = gr.Interface(
|
|
754 |
body { background-color: #f8f3f1; }
|
755 |
.gradio-container { background-color: #f8f3f1 !important; }
|
756 |
""",
|
|
|
757 |
flagging_mode="manual"
|
758 |
)
|
759 |
-
|
760 |
# This single call will start the server and block,
|
761 |
# keeping the container alive on Spaces.
|
762 |
demo.launch()
|
|
|
754 |
body { background-color: #f8f3f1; }
|
755 |
.gradio-container { background-color: #f8f3f1 !important; }
|
756 |
""",
|
757 |
+
theme=gr.themes.Default(),
|
758 |
flagging_mode="manual"
|
759 |
)
|
|
|
760 |
# This single call will start the server and block,
|
761 |
# keeping the container alive on Spaces.
|
762 |
demo.launch()
|