Ayaz Akkaş commited on
Commit ·
cbb0852
1
Parent(s): 101ee96
Add model
Browse files
app.py
CHANGED
|
@@ -15,4 +15,4 @@ image = gr.inputs.Image(shape=(192,192))
|
|
| 15 |
label = gr.outputs.Label()
|
| 16 |
|
| 17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
| 18 |
-
intf.launch(
|
|
|
|
| 15 |
label = gr.outputs.Label()
|
| 16 |
|
| 17 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
| 18 |
+
intf.launch()
|