rumedaa commited on
Commit
9a11c31
·
1 Parent(s): 802c8b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -17,4 +17,7 @@ examples = ['damaged roof 2.jpg',
17
  'Johnathan Hutchinson (D1) (1MB).jpg',
18
  'FC-peeling-shingles.jpg',
19
  'photo_13.normal.jpg']
20
- gr.Interface(fn=roofpredict, inputs="image", outputs="label",title=title,examples=examples).launch()
 
 
 
 
17
  'Johnathan Hutchinson (D1) (1MB).jpg',
18
  'FC-peeling-shingles.jpg',
19
  'photo_13.normal.jpg']
20
+ interpretation='default'
21
+ enable_queue=True
22
+
23
+ gr.Interface(fn=roofpredict, inputs="image", outputs="label",title=title,examples=examples,interpretation=interpretation,enable_queue=enable_queue).launch()