David Li commited on
Commit
c98b0fc
·
1 Parent(s): d903faf

fix: update outputs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,6 +136,6 @@ gr.Interface(
136
  gr.Dropdown(["Japanese", "English"])
137
  ],
138
  outputs=[
139
- "json", "text", "mp4"
140
  ],
141
  live=True).launch()
 
136
  gr.Dropdown(["Japanese", "English"])
137
  ],
138
  outputs=[
139
+ "json", "text", gr.outputs.Video(type="file")
140
  ],
141
  live=True).launch()