Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,4 +52,4 @@ def gradio_ui():
|
|
52 |
|
53 |
# Run the Gradio interface (will run locally, and can be deployed to Spaces)
|
54 |
if __name__ == "__main__":
|
55 |
-
gradio_ui().launch(
|
|
|
52 |
|
53 |
# Run the Gradio interface (will run locally, and can be deployed to Spaces)
|
54 |
if __name__ == "__main__":
|
55 |
+
gradio_ui().launch()
|