noexamples
Browse files
app.py
CHANGED
|
@@ -25,6 +25,6 @@ import gradio as gr
|
|
| 25 |
gr.Interface(fn=predict,
|
| 26 |
inputs=gr.Image(type="pil"),
|
| 27 |
outputs=gr.Label(num_top_classes=3),
|
| 28 |
-
|
| 29 |
|
| 30 |
|
|
|
|
| 25 |
gr.Interface(fn=predict,
|
| 26 |
inputs=gr.Image(type="pil"),
|
| 27 |
outputs=gr.Label(num_top_classes=3),
|
| 28 |
+
).launch()
|
| 29 |
|
| 30 |
|