Zeeshan01 commited on
Commit
6435455
1 Parent(s): eba6644

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def predict(img):
55
 
56
 
57
 
58
- demo = gr.Interface(fn=predict, inputs="image", outputs="text" , examples=[["brain01.jpg"],["brain02.jpg"]],)
59
 
60
  demo.launch()
61
 
 
55
 
56
 
57
 
58
+ demo = gr.Interface(fn=predict, inputs="image", outputs="text" , examples=[["brain02.jpg"]],)
59
 
60
  demo.launch()
61