Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -41,6 +41,4 @@ interface = gr.Interface(
|
|
| 41 |
)
|
| 42 |
|
| 43 |
# Launch the Gradio app
|
| 44 |
-
interface.launch(
|
| 45 |
-
|
| 46 |
-
print("App launched! Visit http://localhost:12345 to use it.")
|
|
|
|
| 41 |
)
|
| 42 |
|
| 43 |
# Launch the Gradio app
|
| 44 |
+
interface.launch()
|
|
|
|
|
|