Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sujithanumala
/
Enhancv
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sujithanumala
commited on
Jun 20
Commit
aee933d
·
verified
·
1 Parent(s):
19adbe3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -130,3 +130,5 @@ with gr.Blocks() as demo:
130
outputs=output
131
)
132
130
outputs=output
131
)
132
133
+
if __name__ =="__main__":
134
+
demo.launch(debug= True)