Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruslanmv
/
CV_Analizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ruslanmv
commited on
Feb 4
Commit
1935cf9
·
verified
·
1 Parent(s):
8af823f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ with demo:
128
)
129
130
if __name__ == "__main__":
131
-
demo.queue().launch()
128
)
129
130
if __name__ == "__main__":
131
+
demo.queue().launch(
debug=True
)