Spaces:
Runtime error
Runtime error
Generating error
Browse files
app.py
CHANGED
|
@@ -11,4 +11,4 @@ img = gr.inputs.Image(shape=(224))
|
|
| 11 |
label = gr.outputs.Label()
|
| 12 |
example = ['accident.jpg' , 'non-accident.jpg']
|
| 13 |
iface = gr.Interface(fn=classify, inputs="image", outputs="label" , examples= example)
|
| 14 |
-
iface.launch()
|
|
|
|
| 11 |
label = gr.outputs.Label()
|
| 12 |
example = ['accident.jpg' , 'non-accident.jpg']
|
| 13 |
iface = gr.Interface(fn=classify, inputs="image", outputs="label" , examples= example)
|
| 14 |
+
iface.launch(source = "True")
|