Samarth991 commited on
Commit
eef8834
1 Parent(s): 3ebf6e6

adding app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ iface = gr.Interface(
131
  gr.Dropdown(['tiiuae/falcon-7b-instruct','mistralai/Mistral-7B-v0.1'],label='Large Language Model',info='LLM Service'),
132
  "file"
133
  ],
134
- ouputs="text",
135
  description ="Summarize your PDF Document having Image • HuggingFace",
136
  )
137
 
 
131
  gr.Dropdown(['tiiuae/falcon-7b-instruct','mistralai/Mistral-7B-v0.1'],label='Large Language Model',info='LLM Service'),
132
  "file"
133
  ],
134
+ outputs="text",
135
  description ="Summarize your PDF Document having Image • HuggingFace",
136
  )
137