atsantiago commited on
Commit
f979b85
·
1 Parent(s): 10b1625
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,6 +16,6 @@ iface = gr.Interface(
16
  title="Space Title Here",
17
  description = "Description Here",
18
  inputs = gr_input,
19
- outputs = gr_output"
20
  )
21
  iface.launch()
 
16
  title="Space Title Here",
17
  description = "Description Here",
18
  inputs = gr_input,
19
+ outputs = gr_output
20
  )
21
  iface.launch()