Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
haihuynh
/
face-img-retrieval
like
0
Sleeping
App
Files
Files
Community
1
haihuynh
commited on
Apr 1
Commit
f130359
•
1 Parent(s):
3d49071
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-1
main.py
CHANGED
Viewed
@@ -124,4 +124,4 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
124
)
125
126
if __name__ == "__main__":
127
-
demo.launch()
124
)
125
126
if __name__ == "__main__":
127
+
demo.launch(
server_name = "0.0.0.0", server_port = 7860
)