Update app.py
Browse files
app.py
CHANGED
@@ -27,4 +27,4 @@ iface = gr.Interface(
|
|
27 |
)
|
28 |
|
29 |
# Ensure Hugging Face properly serves the app
|
30 |
-
iface.launch(server_name="0.0.0.0", server_port=7860
|
|
|
27 |
)
|
28 |
|
29 |
# Ensure Hugging Face properly serves the app
|
30 |
+
iface.launch(server_name="0.0.0.0", server_port=7860)
|