Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Guytron
/
Video_Keyword_Finder
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Guytron
commited on
Dec 4, 2024
Commit
26b8f56
·
verified
·
1 Parent(s):
cbfe9a4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -349,4 +349,4 @@ with gr.Blocks(title="Video Keyword Finder", theme=gr.themes.Soft()) as demo:
349
)
350
351
if __name__ == "__main__":
352
-
demo.launch()
349
)
350
351
if __name__ == "__main__":
352
+
demo.launch(
share=True, debug=True
)