yiyii commited on
Commit
f00cb87
1 Parent(s): 4765875
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ demo = gr.Interface(fn=generate,
191
  #gr.Video(sources=["webcam"], label="video")
192
  gr.Image(sources=["upload", "webcam"], label="Upload Image", type="pil"),
193
 
194
- gr.File(label="Upload PDFs", type="file", accept=".pdf", multiple=True),
195
 
196
  gr.Slider(
197
  label="temperature",
 
191
  #gr.Video(sources=["webcam"], label="video")
192
  gr.Image(sources=["upload", "webcam"], label="Upload Image", type="pil"),
193
 
194
+ gr.Files(label="Upload PDFs", type="file", accept=".pdf", multiple=True),
195
 
196
  gr.Slider(
197
  label="temperature",