Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,6 @@ def plex(prompt):
|
|
28 |
apol.append(imags)
|
29 |
return apol
|
30 |
|
31 |
-
iface = gr.Interface(fn=plex,inputs=
|
32 |
iface.queue(max_size=1)
|
33 |
iface.launch(max_threads=1)
|
|
|
28 |
apol.append(imags)
|
29 |
return apol
|
30 |
|
31 |
+
iface = gr.Interface(fn=plex,inputs=gr.Textbox(), outputs=gr.Gallery(columns=2), title="Img2Img_SkyV22CntrlNet_CPU", description="Running on CPU, very slow!")
|
32 |
iface.queue(max_size=1)
|
33 |
iface.launch(max_threads=1)
|