Mohammed Albrayh commited on
Commit
d8c399e
·
1 Parent(s): d075326

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ def predict(input):
16
  results = learn.predict(image)[0]
17
  return results
18
 
19
- iface = gr.Interface(fn=predict, inputs="image", outputs="text", examples=['Examples\A.png', 'Examples\B.png', 'Examples\C.png'])
20
  iface.launch()
 
16
  results = learn.predict(image)[0]
17
  return results
18
 
19
+ iface = gr.Interface(fn=predict, inputs="image", outputs="text", examples=['Examples/A.png', 'Examples/B.png', 'Examples/C.png'])
20
  iface.launch()