ShashwatStable commited on
Commit
0397c07
·
verified ·
1 Parent(s): b46b26d

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","text","text",gr.Slider(1,10)],outputs="gallery")
49
 
50
 
51
  if __name__ == "__main__":
 
45
 
46
  with gr.Blocks() as iface:
47
 
48
+ gr.Interface(fn=prompt, inputs=["text","text","text",gr.Slider(1,10,1.0)],outputs="gallery")
49
 
50
 
51
  if __name__ == "__main__":