AlGe commited on
Commit
5c01d2a
·
verified ·
1 Parent(s): 35df457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def my_interface(input_image, prompt="This is a beautiful scenery", negative_pro
13
 
14
  # Define your Gradio interface
15
  iface = gr.Interface(fn=my_interface,
16
- inputs=gr.Image(shape=(1024,1024), source="upload"),
17
  outputs=gr.Image())
18
 
19
  # Launch your Gradio interface
 
13
 
14
  # Define your Gradio interface
15
  iface = gr.Interface(fn=my_interface,
16
+ inputs=gr.Image(),
17
  outputs=gr.Image())
18
 
19
  # Launch your Gradio interface