spuun commited on
Commit
c230ae8
1 Parent(s): 6e7e55f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ def launch(img):
70
 
71
  return weight > 0
72
 
73
- app = gr.Interface(fn=launch, inputs="image", outputs="text")
74
  app.launch()
 
70
 
71
  return weight > 0
72
 
73
+ app = gr.Interface(fn=launch, inputs="pil", outputs="text")
74
  app.launch()