Spaces:
Sleeping
Sleeping
demo.launch(server_name="0.0.0.0", server_port=7860,theme="light")
Browse files
app.py
CHANGED
@@ -2164,4 +2164,4 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.blue, secondary
|
|
2164 |
]
|
2165 |
)
|
2166 |
|
2167 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
2164 |
]
|
2165 |
)
|
2166 |
|
2167 |
+
demo.launch(server_name="0.0.0.0", server_port=7860,theme="light")
|