Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
frgfm
/
Holocron
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fg-mindee
commited on
Feb 5, 2022
Commit
d15522f
·
1 Parent(s):
e6ff5fc
fix: Fixed Gradio app
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,4 +38,4 @@ gr.Interface(
38
live=True,
39
theme="huggingface",
40
layout="horizontal",
41
-
).launch(
enable_queue=True,cache_examples=True
)
38
live=True,
39
theme="huggingface",
40
layout="horizontal",
41
+
).launch()