Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
israelgonzalezb
/
OptiCrush_Summarizer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
israelgonzalezb
commited on
Nov 3, 2022
Commit
873b051
·
1 Parent(s):
13903fd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,4 @@ with gr.Blocks() as demo:
24
25
26
if __name__ == "__main__":
27
-
demo.launch(debug=True
, cache_examples=False
)
24
25
26
if __name__ == "__main__":
27
+
demo.launch(debug=True)