Spaces:
Runtime error
Runtime error
Commit
·
73a10d7
1
Parent(s):
3264cac
Update app.py
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ def predict_from_img(img):
|
|
14 |
import gradio as gr
|
15 |
image = gr.inputs.Image(shape=(150,150))
|
16 |
label = gr.outputs.Label(num_top_classes=2)
|
17 |
-
gr.Interface(fn=predict_from_img, inputs=image, outputs=label).launch(
|
|
|
14 |
import gradio as gr
|
15 |
image = gr.inputs.Image(shape=(150,150))
|
16 |
label = gr.outputs.Label(num_top_classes=2)
|
17 |
+
gr.Interface(fn=predict_from_img, inputs=image, outputs=label).launch()
|