Spaces:
Runtime error
Runtime error
NORLIE JHON MALAGDAO
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def predict_image(img):
|
|
190 |
|
191 |
|
192 |
image = gr.Image()
|
193 |
-
label = gr.Label(num_top_classes=
|
194 |
|
195 |
# Define custom CSS for background image
|
196 |
custom_css = """
|
|
|
190 |
|
191 |
|
192 |
image = gr.Image()
|
193 |
+
label = gr.Label(num_top_classes=1)
|
194 |
|
195 |
# Define custom CSS for background image
|
196 |
custom_css = """
|