Spaces:
Sleeping
Sleeping
Queue
Browse files
app.py
CHANGED
|
@@ -13,4 +13,4 @@ def predict(image):
|
|
| 13 |
|
| 14 |
import gradio as gr
|
| 15 |
|
| 16 |
-
gr.Interface(predict, gr.Image(type="pil"), "label").
|
|
|
|
| 13 |
|
| 14 |
import gradio as gr
|
| 15 |
|
| 16 |
+
gr.Interface(predict, gr.Image(type="pil"), "label").launch()
|