Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Programer123
/
teste2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Programer123
commited on
4 days ago
Commit
9bf8cef
·
verified
·
1 Parent(s):
e66be57
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -102,4 +102,4 @@ with gr.Blocks(theme=theme, css=custom_css, fill_height=True) as demo:
102
)
103
104
if __name__ == "__main__":
105
-
102
)
103
104
if __name__ == "__main__":
105
+
demo.launch(server_name="0.0.0.0", server_port=7860)