Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kurianbenoy
/
KDE_Finetuned_translation
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kurianbenoy
commited on
May 7, 2022
Commit
5461f92
·
1 Parent(s):
05ba1e9
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,5 +31,5 @@ iface = gr.Interface(
31
iface.launch(
32
share=False,
33
cache_examples=True,
34
-
enable_queue=
enable_queue
,
35
)
31
iface.launch(
32
share=False,
33
cache_examples=True,
34
+
enable_queue=
True
,
35
)