Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ def roofpredict(img):
|
|
17 |
title = "Chocolate Classifier"
|
18 |
interpretation='default'
|
19 |
enable_queue=True
|
20 |
-
gr.Interface(fn=roofpredict, inputs="image", outputs="label",title=title).launch(
|
|
|
17 |
title = "Chocolate Classifier"
|
18 |
interpretation='default'
|
19 |
enable_queue=True
|
20 |
+
gr.Interface(fn=roofpredict, inputs="image", outputs="label",title=title).launch()
|