JoPmt commited on
Commit
9511176
·
1 Parent(s): 1416f35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[gr.Image(type="filepath"),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)
 
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)