khalidey commited on
Commit
e3b2a67
·
1 Parent(s): 19e031a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()