Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ gr.Interface(fn=roofpredict,
|
|
26 |
inputs="image",
|
27 |
outputs="label",
|
28 |
title=title,
|
|
|
29 |
examples=examples,
|
30 |
interpretation=interpretation,
|
31 |
-
enable_queue=enable_queue
|
32 |
-
description =description ).launch()
|
|
|
26 |
inputs="image",
|
27 |
outputs="label",
|
28 |
title=title,
|
29 |
+
description =description,
|
30 |
examples=examples,
|
31 |
interpretation=interpretation,
|
32 |
+
enable_queue=enable_queue ).launch()
|
|