MuhammadHijazii commited on
Commit
880f1ee
·
verified ·
1 Parent(s): eef57b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -12,3 +12,5 @@ def launch(input):
12
  iface = gr.Interface(launch,
13
  inputs=gr.Image(type='pil'),
14
  outputs="text")
 
 
 
12
  iface = gr.Interface(launch,
13
  inputs=gr.Image(type='pil'),
14
  outputs="text")
15
+
16
+ iface.launch()