Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fmegahed
/
cv-visualizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fmegahed
commited on
Mar 4
Commit
a418625
·
verified
·
1 Parent(s):
75fa9fa
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -634,4 +634,4 @@ def build_app():
634
635
if __name__ == "__main__":
636
app = build_app()
637
-
app.launch()
634
635
if __name__ == "__main__":
636
app = build_app()
637
+
app.launch(
share=False
)