remove gr.Interface interpretation param
Browse files
app.py
CHANGED
@@ -22,5 +22,5 @@ gr.Interface(fn=predict_image,
|
|
22 |
inputs = image,
|
23 |
outputs = label,
|
24 |
live=True,
|
25 |
-
interpretation='default',
|
26 |
allow_flagging="never").launch()
|
|
|
22 |
inputs = image,
|
23 |
outputs = label,
|
24 |
live=True,
|
25 |
+
#interpretation='default',
|
26 |
allow_flagging="never").launch()
|