Commit ·
2eabb1d
1
Parent(s): 96a62b3
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ enable_queue=True
|
|
| 40 |
|
| 41 |
|
| 42 |
#Launching the gradio application
|
| 43 |
-
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(
|
| 44 |
outputs=gr.outputs.Label(num_top_classes=1),
|
| 45 |
title=title,
|
| 46 |
description=description,article=article,
|
|
|
|
| 40 |
|
| 41 |
|
| 42 |
#Launching the gradio application
|
| 43 |
+
gr.Interface(fn=predict,inputs=gr.inputs.Image(shape=(512, 512)),
|
| 44 |
outputs=gr.outputs.Label(num_top_classes=1),
|
| 45 |
title=title,
|
| 46 |
description=description,article=article,
|