AlGe commited on
Commit
c1c9a0e
·
verified ·
1 Parent(s): ee39326

Update app.py

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