Spaces:
Runtime error
Runtime error
Commit
·
30205a5
1
Parent(s):
275884c
Modified app.py
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ def gradio_fn(prompt, pattern_image, style, num_inf_steps):
|
|
| 187 |
|
| 188 |
demo = gr.Interface(fn=gradio_fn,
|
| 189 |
inputs=[gr.Textbox(info="Example prompt: 'A toddler gazing at sky'"),
|
| 190 |
-
gr.Image(type="pil", height=224, width=224
|
| 191 |
gr.Radio(["anime","birb","depthmap","gta5","midjourney","beetlejuice","no-style"], label="Style",
|
| 192 |
info="Choose the style in which image to be made"),
|
| 193 |
gr.Slider(50, 100, value=50, label="Num_inference_steps", info="Choose between 50 & 100")],
|
|
|
|
| 187 |
|
| 188 |
demo = gr.Interface(fn=gradio_fn,
|
| 189 |
inputs=[gr.Textbox(info="Example prompt: 'A toddler gazing at sky'"),
|
| 190 |
+
gr.Image(type="pil", height=224, width=224),
|
| 191 |
gr.Radio(["anime","birb","depthmap","gta5","midjourney","beetlejuice","no-style"], label="Style",
|
| 192 |
info="Choose the style in which image to be made"),
|
| 193 |
gr.Slider(50, 100, value=50, label="Num_inference_steps", info="Choose between 50 & 100")],
|