Spaces:
Build error
Build error
adityapathakk
commited on
Commit
•
2f1e314
1
Parent(s):
4a327a6
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ iface = gr.Interface(
|
|
66 |
im,
|
67 |
gradio.outputs.Label(num_top_classes=3),
|
68 |
live=True,
|
69 |
-
interpretation="default",
|
70 |
# examples=[["images/cheetah1.jpg"], ["images/lion.jpg"]],
|
71 |
capture_session=True,
|
72 |
)
|
|
|
66 |
im,
|
67 |
gradio.outputs.Label(num_top_classes=3),
|
68 |
live=True,
|
69 |
+
#interpretation="default",
|
70 |
# examples=[["images/cheetah1.jpg"], ["images/lion.jpg"]],
|
71 |
capture_session=True,
|
72 |
)
|