devseek commited on
Commit
35aa55e
·
1 Parent(s): 6959f4c

Generating error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")