Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,9 +10,9 @@ def image_classifier(image):
|
|
| 10 |
results[result['label']] = result['score']
|
| 11 |
return results
|
| 12 |
|
| 13 |
-
title = "
|
| 14 |
description = """
|
| 15 |
-
|
| 16 |
"""
|
| 17 |
|
| 18 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description)
|
|
|
|
| 10 |
results[result['label']] = result['score']
|
| 11 |
return results
|
| 12 |
|
| 13 |
+
title = ""
|
| 14 |
description = """
|
| 15 |
+
|
| 16 |
"""
|
| 17 |
|
| 18 |
demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description)
|