Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ASNVS
/
job-recommendation-project
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ASNVS
commited on
Mar 18
Commit
58d180e
·
verified
·
1 Parent(s):
442d237
gradio
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
73
74
# Launch the Gradio app
75
if __name__ == "__main__":
76
-
demo.launch(
73
74
# Launch the Gradio app
75
if __name__ == "__main__":
76
+
demo.launch(
)