Spaces:
Sleeping
Sleeping
Commit
·
eef8834
1
Parent(s):
3ebf6e6
adding app
Browse files
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 |
-
|
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 |
|