Update app.py
Browse files
app.py
CHANGED
|
@@ -130,4 +130,4 @@ with gradio_app:
|
|
| 130 |
app()
|
| 131 |
|
| 132 |
# Launch the Gradio app with a specific port
|
| 133 |
-
gradio_app.launch(server_port=7861)
|
|
|
|
| 130 |
app()
|
| 131 |
|
| 132 |
# Launch the Gradio app with a specific port
|
| 133 |
+
gradio_app.launch(server_port=7861)
|