devseek commited on
Commit
7380f80
·
1 Parent(s): 35aa55e

resolving 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(source = "True")
 
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()