Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -266,6 +266,6 @@ demo = gr.Interface(
|
|
266 |
gr.inputs.Number(default=1, label="Incident Hour (0-23)"),
|
267 |
],
|
268 |
#outputs=gr.Image(type="pil"))
|
269 |
-
outputs=gr.Textbox()
|
270 |
|
271 |
demo.launch()
|
|
|
266 |
gr.inputs.Number(default=1, label="Incident Hour (0-23)"),
|
267 |
],
|
268 |
#outputs=gr.Image(type="pil"))
|
269 |
+
outputs=gr.Textbox())
|
270 |
|
271 |
demo.launch()
|