Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
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()
|