Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,4 +148,4 @@ with gr.Blocks() as demo:
|
|
| 148 |
|
| 149 |
if __name__ == "__main__":
|
| 150 |
# In Gradio 6.0+, theme and title are passed here
|
| 151 |
-
demo.launch(theme=theme
|
|
|
|
| 148 |
|
| 149 |
if __name__ == "__main__":
|
| 150 |
# In Gradio 6.0+, theme and title are passed here
|
| 151 |
+
demo.launch(theme=theme)
|