Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,11 +60,7 @@ gr.Interface(
|
|
| 60 |
fn = classify_image_with_mobile_net,
|
| 61 |
imagein,
|
| 62 |
label,
|
| 63 |
-
title="MobileNet"
|
| 64 |
-
description="""Let's compare 2 state-of-the-art machine learning models that classify images into one of 1,000 categories: MobileNet (top),
|
| 65 |
-
a lightweight model that has an accuracy of 0.704, vs. InceptionNet
|
| 66 |
-
(bottom), a much heavier model that has an accuracy of 0.779.""",
|
| 67 |
-
).launch()
|
| 68 |
|
| 69 |
|
| 70 |
|
|
|
|
| 60 |
fn = classify_image_with_mobile_net,
|
| 61 |
imagein,
|
| 62 |
label,
|
| 63 |
+
title="MobileNet").launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
|