Guy2 commited on
Commit
08a937c
·
1 Parent(s): 5edfa07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,4 +33,4 @@ def anylize(url):
33
  return json_list
34
 
35
  # gr.Interface(fn = anylize, inputs="text", outputs=gr.JSON()).launch()
36
- gr.Interface(fn = anylize, inputs="text", outputs="image".launch)()
 
33
  return json_list
34
 
35
  # gr.Interface(fn = anylize, inputs="text", outputs=gr.JSON()).launch()
36
+ gr.Interface(fn = anylize, inputs="text", outputs="image").launch()