Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -197,5 +197,4 @@ with gr.Blocks() as demo:
|
|
| 197 |
)
|
| 198 |
|
| 199 |
if __name__ == "__main__":
|
| 200 |
-
demo.launch(theme=gr.themes.Soft(), css=custom_css)
|
| 201 |
-
``
|
|
|
|
| 197 |
)
|
| 198 |
|
| 199 |
if __name__ == "__main__":
|
| 200 |
+
demo.launch(theme=gr.themes.Soft(), css=custom_css)
|
|
|