Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
daspartho/prompt-extend
classicmaniagames
/
prompt-extend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
classicmaniagames
commited on
Jun 8, 2024
Commit
5f9fbcf
·
verified
·
1 Parent(s):
e8829b4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ iface = gr.Interface(
25
title="Prompt Extend"
26
)
27
28
-
iface.launch(
enable_queue=False
)
25
title="Prompt Extend"
26
)
27
28
+
iface.launch()