Spaces:
Sleeping
Sleeping
Commit
·
a3dc363
1
Parent(s):
eedebd9
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def predict(image):
|
|
| 18 |
iface = gr.Interface(
|
| 19 |
fn=predict,
|
| 20 |
inputs=gr.inputs.Image(type='filepath'),
|
| 21 |
-
outputs='label', interpretation='
|
| 22 |
|
| 23 |
iface.launch(enable_queue=True)
|
| 24 |
|
|
|
|
| 18 |
iface = gr.Interface(
|
| 19 |
fn=predict,
|
| 20 |
inputs=gr.inputs.Image(type='filepath'),
|
| 21 |
+
outputs='label', interpretation='default')
|
| 22 |
|
| 23 |
iface.launch(enable_queue=True)
|
| 24 |
|