Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
d33b0b8
1
Parent(s):
3587fbc
old clip guided diffusion version
Browse files
app.py
CHANGED
@@ -126,4 +126,4 @@ article = "<p style='text-align: center'>By Katherine Crowson (https://github.co
|
|
126 |
|
127 |
iface = gr.Interface(inference, inputs="text", outputs=["image","video"], title=title, description=description, article=article, examples=[["coral reef city by artistation artists"]],
|
128 |
enable_queue=True)
|
129 |
-
iface.launch()
|
|
|
126 |
|
127 |
iface = gr.Interface(inference, inputs="text", outputs=["image","video"], title=title, description=description, article=article, examples=[["coral reef city by artistation artists"]],
|
128 |
enable_queue=True)
|
129 |
+
iface.launch()
|