Spaces:
Runtime error
Runtime error
Valdimarb13
commited on
Commit
•
6be5cc8
1
Parent(s):
262ffc8
sb
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ demo = gr.Interface(
|
|
49 |
gr.Radio(["Low", "Medium", "High", "Very high"], label="Fare", type="index"),
|
50 |
],
|
51 |
outputs=gr.Image(type="pil")
|
52 |
-
|
53 |
|
54 |
demo.launch()
|
55 |
|
|
|
49 |
gr.Radio(["Low", "Medium", "High", "Very high"], label="Fare", type="index"),
|
50 |
],
|
51 |
outputs=gr.Image(type="pil")
|
52 |
+
)
|
53 |
|
54 |
demo.launch()
|
55 |
|