kirinzhu commited on
Commit
822d402
1 Parent(s): 7769b74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(css="#htext span {white-space: pre-line}") as demo:
128
  combine_adjacent=True,
129
  adjacent_separator=" ",
130
  )
131
- de_file_examples = gr.Examples(examples=[["examples/127.txt"],["examples/127.pdf"]], inputs=[de_file])
132
 
133
 
134
  de_file_btn.click(
 
128
  combine_adjacent=True,
129
  adjacent_separator=" ",
130
  )
131
+ de_file_examples = gr.Examples(examples=[["examples/127.txt"]], inputs=[de_file])
132
 
133
 
134
  de_file_btn.click(