ubermenchh commited on
Commit
9ab62a2
·
1 Parent(s): fb60f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks(css=css, theme='Taithrah/Minimal') as demo:
48
  gr.HTML(title)
49
 
50
  with gr.Column():
51
- pdf_doc = gr.File(label='Upload a PDF', file_types=['.pdf'], type='file')
52
  repo_id = gr.Dropdown(label='LLM',
53
  choices=[
54
  'mistralai/Mistral-7B-Instruct-v0.1',
 
48
  gr.HTML(title)
49
 
50
  with gr.Column():
51
+ pdf_doc = gr.File(label='Upload a PDF', file_types=['.pdf'])
52
  repo_id = gr.Dropdown(label='LLM',
53
  choices=[
54
  'mistralai/Mistral-7B-Instruct-v0.1',