Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -696,6 +696,4 @@ if __name__ == "__main__":
|
|
| 696 |
demo = create_demo()
|
| 697 |
# Pass theme and css to launch() for Gradio 5.50+/6.0 compatibility
|
| 698 |
demo.launch(
|
| 699 |
-
theme=gr.themes.Soft(),
|
| 700 |
-
css=CUSTOM_CSS
|
| 701 |
)
|
|
|
|
| 696 |
demo = create_demo()
|
| 697 |
# Pass theme and css to launch() for Gradio 5.50+/6.0 compatibility
|
| 698 |
demo.launch(
|
|
|
|
|
|
|
| 699 |
)
|