karan99300 commited on
Commit
1be2d5d
·
1 Parent(s): 201e572

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,6 +28,6 @@ def launch(input):
28
 
29
  return str
30
 
31
- iface=gr.Interface(launch,inputs="text(Image Address)",outputs="text")
32
  iface.launch()
33
 
 
28
 
29
  return str
30
 
31
+ iface=gr.Interface(launch,inputs="text",outputs="text")
32
  iface.launch()
33