Update app.py
Browse files
app.py
CHANGED
|
@@ -13,4 +13,4 @@ def classify_img(img):
|
|
| 13 |
image=grc.Image(shape=(192,192))
|
| 14 |
label=grc.Label()
|
| 15 |
intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=examples)
|
| 16 |
-
intf.launch(
|
|
|
|
| 13 |
image=grc.Image(shape=(192,192))
|
| 14 |
label=grc.Label()
|
| 15 |
intf=gr.Interface(fn=classify_img,inputs=image,outputs=label,examples=examples)
|
| 16 |
+
intf.launch()
|