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
ec75a32
·
verified
·
1 Parent(s):
cd276c4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -141,5 +141,6 @@ interface = gr.Interface(
141
)
142
143
# ✅ Launch Gradio App
144
-
interface.launch(show_api=True)
145
141
)
142
143
# ✅ Launch Gradio App
144
+
interface.launch(
server_name="0.0.0.0",
show_api=True)
145
+
146