sharan1133 commited on
Commit
e67efdf
1 Parent(s): a2f2ec7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ interpretation = 'default'
21
 
22
  enable_queue = True
23
 
24
- gr.Interface(fn = predict , inputs = gr.Inputs.Image(shape = (512 , 512)) , outputs = gr.outputs.Label(num_top_classes = 3) , title = title , description = description , examples = examples , interpretation = interpretation , enable_queue = enable_queue).launch()
 
21
 
22
  enable_queue = True
23
 
24
+ gr.Interface(fn = predict , inputs = gr.inputs.Image(shape = (512 , 512)) , outputs = gr.outputs.Label(num_top_classes = 3) , title = title , description = description , examples = examples , interpretation = interpretation , enable_queue = enable_queue).launch()