Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,6 +28,6 @@ def plex(cook, one, two):
|
|
28 |
apol.append(igs)
|
29 |
return apol
|
30 |
|
31 |
-
iface = gr.Interface(fn=plex,inputs=[gr.Textbox(label="prompt"), gr.Slider(label="Inference steps",minimum=1,step=1,maximum=10,value=5), gr.Slider(label="Prior guidance scale",minimum=4.1,step=0.1,maximum=19.9,value=4.1)],outputs=gr.Gallery(label="Generated Output Image",columns=2), title="Txt2Img Wrstchn SD", description="
|
32 |
iface.queue(max_size=1)
|
33 |
iface.launch(max_threads=1)
|
|
|
28 |
apol.append(igs)
|
29 |
return apol
|
30 |
|
31 |
+
iface = gr.Interface(fn=plex,inputs=[gr.Textbox(label="prompt"), gr.Slider(label="Inference steps",minimum=1,step=1,maximum=10,value=5), gr.Slider(label="Prior guidance scale",minimum=4.1,step=0.1,maximum=19.9,value=4.1)],outputs=gr.Gallery(label="Generated Output Image",columns=2), title="Txt2Img Wrstchn SD", description="Very slow! Running on cpu. By JoPmt.")
|
32 |
iface.queue(max_size=1)
|
33 |
iface.launch(max_threads=1)
|