Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
# Use a pipeline as a high-level helper
|
| 3 |
from transformers import pipeline
|
| 4 |
|
| 5 |
-
pipe = pipeline("document-question-answering", model="
|
| 6 |
|
| 7 |
def launch(input):
|
| 8 |
out = pipe(input)
|
|
|
|
| 2 |
# Use a pipeline as a high-level helper
|
| 3 |
from transformers import pipeline
|
| 4 |
|
| 5 |
+
pipe = pipeline("document-question-answering", model="Or4cl3-1/multimodal-fusion-optimized")
|
| 6 |
|
| 7 |
def launch(input):
|
| 8 |
out = pipe(input)
|