Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
poudel
/
Job_V1
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
poudel
commited on
Oct 1, 2024
Commit
74fc87d
·
verified
·
1 Parent(s):
c214d05
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -96,4 +96,5 @@ with gr.Blocks() as interface:
96
outputs=predicted_applicants_output
97
)
98
99
-
interface.launch()
96
outputs=predicted_applicants_output
97
)
98
99
+
interface.launch(
share=True
)
100
+