Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
786avinash
/
signatureapi
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
786avinash
commited on
Feb 23
Commit
d42b7a5
·
verified
·
1 Parent(s):
adb9d58
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -141,4 +141,4 @@ interface = gr.Interface(
141
)
142
143
# ✅ Launch Gradio App
144
-
interface.launch()
141
)
142
143
# ✅ Launch Gradio App
144
+
interface.launch(
server_name="0.0.0.0", server_port=7860, show_api=True, allow_origin=True
)