Spaces:
Build error
Build error
resize
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -11,8 +11,8 @@ def classify_images(im):
|
|
| 11 |
return s
|
| 12 |
|
| 13 |
|
|
|
|
| 14 |
|
| 15 |
-
img=gr.Image(shape=(300,200),image_mode="RGB")
|
| 16 |
label=gr.Label()
|
| 17 |
examples=["healthy1.jpeg","mosaic.jpeg","redrot.jpeg"]
|
| 18 |
|
|
|
|
| 11 |
return s
|
| 12 |
|
| 13 |
|
| 14 |
+
img=gr.Image(width=300,height=200)
|
| 15 |
|
|
|
|
| 16 |
label=gr.Label()
|
| 17 |
examples=["healthy1.jpeg","mosaic.jpeg","redrot.jpeg"]
|
| 18 |
|
requirements.txt
CHANGED
|
@@ -1,2 +1 @@
|
|
| 1 |
-
gradio==3.44.4
|
| 2 |
fastai
|
|
|
|
|
|
|
| 1 |
fastai
|