Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -266,4 +266,5 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
266 |
|
267 |
# Launch the application
|
268 |
if __name__ == "__main__":
|
269 |
-
demo.launch(debug=True)
|
|
|
|
266 |
|
267 |
# Launch the application
|
268 |
if __name__ == "__main__":
|
269 |
+
demo.launch(debug=True)
|
270 |
+
|