Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geeksiddhant
/
gradioui-100x-1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geeksiddhant
commited on
Apr 30
Commit
4533a48
·
verified
·
1 Parent(s):
56af6e3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -124,4 +124,4 @@ with gr.Blocks(title="Customer API Interface") as demo:
124
)
125
126
if __name__ == "__main__":
127
-
demo.launch(
server_name="0.0.0.0", server_port=7861
)
124
)
125
126
if __name__ == "__main__":
127
+
demo.launch()