Spaces:
Runtime error
Runtime error
Dhritiman Sagar
commited on
Commit
·
55bead6
1
Parent(s):
303f7d1
Debug app
Browse files
app.py
CHANGED
@@ -21,4 +21,4 @@ def classify(im):
|
|
21 |
interface = gr.Interface(classify, inputs='image', outputs='label', title='Leaf classification on beans dataset',
|
22 |
description='Sample fine-tuning a ViT for bean dataset classification')
|
23 |
|
24 |
-
interface.launch(
|
|
|
21 |
interface = gr.Interface(classify, inputs='image', outputs='label', title='Leaf classification on beans dataset',
|
22 |
description='Sample fine-tuning a ViT for bean dataset classification')
|
23 |
|
24 |
+
interface.launch()
|