Imadsarvm commited on
Commit
58f9d23
1 Parent(s): 4189f11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,8 +60,8 @@ def process(image_url):
60
 
61
  iface = gr.Interface(
62
  fn=process,
63
- inputs=gr.inputs.Textbox(label="Text or Image URL"),
64
- outputs=gr.outputs.Image(type="pil", label="Output Image"),
65
  )
66
 
67
  iface.launch()
 
60
 
61
  iface = gr.Interface(
62
  fn=process,
63
+ inputs=gr.Textbox(label="Text or Image URL"),
64
+ outputs=gr.Image(type="pil", label="Output Image"),
65
  )
66
 
67
  iface.launch()