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