Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
•
5fb1afd
1
Parent(s):
a8aa21d
Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,6 @@ Since Stable Diffusion 2 uses OpenCLIP ViT-H model trained on LAION dataset comp
|
|
36 |
|
37 |
title="Prompt Extender 2"
|
38 |
|
39 |
-
demo = gr.Interface(fn=infer, inputs=input_prompt, outputs=[sd1_output,sd2_output], description = description, title =
|
40 |
demo.queue(max_size=10,concurrency_count=20)
|
41 |
demo.launch(enable_queue=True)
|
|
|
36 |
|
37 |
title="Prompt Extender 2"
|
38 |
|
39 |
+
demo = gr.Interface(fn=infer, inputs=input_prompt, outputs=[sd1_output,sd2_output], description = description, title = title)
|
40 |
demo.queue(max_size=10,concurrency_count=20)
|
41 |
demo.launch(enable_queue=True)
|