Spaces:
Runtime error
Runtime error
RamAnanth1
commited on
Commit
·
a8aa21d
1
Parent(s):
7385ebd
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,8 @@ Since Stable Diffusion 2 uses OpenCLIP ViT-H model trained on LAION dataset comp
|
|
34 |
</p>
|
35 |
"""
|
36 |
|
37 |
-
|
|
|
|
|
38 |
demo.queue(max_size=10,concurrency_count=20)
|
39 |
demo.launch(enable_queue=True)
|
|
|
34 |
</p>
|
35 |
"""
|
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)
|