Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,8 +71,7 @@ class ImageClassifierCataract:
|
|
| 71 |
fn=self.classify_image,
|
| 72 |
inputs="image",
|
| 73 |
outputs=["image", "text", "text"],
|
| 74 |
-
live=True
|
| 75 |
-
examples=[["example.jpg"]]
|
| 76 |
)
|
| 77 |
input_interface.launch()
|
| 78 |
|
|
|
|
| 71 |
fn=self.classify_image,
|
| 72 |
inputs="image",
|
| 73 |
outputs=["image", "text", "text"],
|
| 74 |
+
live=True
|
|
|
|
| 75 |
)
|
| 76 |
input_interface.launch()
|
| 77 |
|