anilbhatt1 commited on
Commit
30205a5
1 Parent(s): 275884c

Modified app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, info='Sample image to emulate the pattern'),
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")],