Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hackerrank
/
screen-HR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
uhith
commited on
Feb 13, 2024
Commit
ed359cc
·
verified
·
1 Parent(s):
121da36
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -64,4 +64,4 @@ demo = gr.Interface(fn=get_role_from_sbert,
64
65
66
gr.close_all()
67
-
demo.launch(
server_name='0.0.0.0', server_port=8081, share=True
)
64
65
66
gr.close_all()
67
+
demo.launch()