Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def predict(img):
|
|
55 |
|
56 |
|
57 |
|
58 |
-
demo = gr.Interface(fn=predict, inputs="image", outputs="text" , examples=[["
|
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 |
|