Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,4 +60,5 @@ iface = gr.Interface(
|
|
60 |
)
|
61 |
|
62 |
# Expose Gradio interface as API endpoint
|
63 |
-
iface.launch(
|
|
|
|
60 |
)
|
61 |
|
62 |
# Expose Gradio interface as API endpoint
|
63 |
+
iface.launch(server_name="0.0.0.0", server_port=7860, share=False, enable_queue=True, api=True)
|
64 |
+
|