ShashwatStable commited on
Commit
68ad70a
·
verified ·
1 Parent(s): 7f21b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def prompt(pos,hei,wid,no):
45
 
46
  with gr.Blocks() as iface:
47
 
48
- gr.Interface(fn=prompt, inputs=["text",gr.Slider(8,1024,step=8.0),gr.Slider(8,1024,step=8.0),gr.Slider(1,10,step=1.0)],outputs="gallery")
49
 
50
 
51
  if __name__ == "__main__":
 
45
 
46
  with gr.Blocks() as iface:
47
 
48
+ gr.Interface(fn=prompt, inputs=["text",gr.Slider(8,1024,step=8.0 ,value=512),gr.Slider(8,1024,step=8.0, value=512),gr.Slider(1,10,step=1.0)],outputs="gallery")
49
 
50
 
51
  if __name__ == "__main__":