Spaces:
Sleeping
Sleeping
Fixed app.py
Browse files
app.py
CHANGED
|
@@ -16,4 +16,7 @@ article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog
|
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
interpretation='default'
|
| 17 |
enable_queue=True
|
| 18 |
|
| 19 |
+
|
| 20 |
+
#shape=(512, 512)
|
| 21 |
+
# gr.Interface(fn=predict,inputs=gr.components.Image(),outputs=gr.Label(num_top_classes=3),title=title,description=description,article=article,interpretation=interpretation,enable_queue=enable_queue).launch()
|
| 22 |
+
gr.Interface(fn=predict,inputs=gr.components.Image(),outputs=gr.Label(num_top_classes=3),title=title,description=description,article=article).launch()
|