Asib27 commited on
Commit
cb53b98
·
1 Parent(s): f307000

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -73,9 +73,5 @@ def predict(img):
73
  pred_texts = decode_batch_predictions(preds)
74
  return "output: " + pred_texts[0]
75
 
76
-
77
- def greet(name):
78
- return "Hello " + name + "!!"
79
-
80
  iface = gr.Interface(fn=predict, inputs="image", outputs="text")
81
- iface.launch(sharing=True)
 
73
  pred_texts = decode_batch_predictions(preds)
74
  return "output: " + pred_texts[0]
75
 
 
 
 
 
76
  iface = gr.Interface(fn=predict, inputs="image", outputs="text")
77
+ iface.launch(share=True)