Spaces:
Build error
Build error
Commit
·
71fcf1e
1
Parent(s):
219e9a5
Update visualization
Browse files- app_dialogue.py +1 -1
- requirements.txt +1 -1
app_dialogue.py
CHANGED
|
@@ -17,7 +17,7 @@ from transformers import AutoProcessor
|
|
| 17 |
|
| 18 |
MODELS = [ # TODO uncomment
|
| 19 |
"HuggingFaceM4/idefics-9b-instruct",
|
| 20 |
-
|
| 21 |
]
|
| 22 |
|
| 23 |
API_PATHS = {
|
|
|
|
| 17 |
|
| 18 |
MODELS = [ # TODO uncomment
|
| 19 |
"HuggingFaceM4/idefics-9b-instruct",
|
| 20 |
+
"HuggingFaceM4/idefics-80b-instruct",
|
| 21 |
]
|
| 22 |
|
| 23 |
API_PATHS = {
|
requirements.txt
CHANGED
|
@@ -16,4 +16,4 @@ pynvml
|
|
| 16 |
sentencepiece
|
| 17 |
text_generation
|
| 18 |
gradio-client @ git+https://github.com/gradio-app/gradio@bd4570ed4343f75a7ae335ef06d5eb313d107bc9#subdirectory=client/python
|
| 19 |
-
https://gradio-builds.s3.amazonaws.com/bd4570ed4343f75a7ae335ef06d5eb313d107bc9/gradio-3.40.1-py3-none-any.whl
|
|
|
|
| 16 |
sentencepiece
|
| 17 |
text_generation
|
| 18 |
gradio-client @ git+https://github.com/gradio-app/gradio@bd4570ed4343f75a7ae335ef06d5eb313d107bc9#subdirectory=client/python
|
| 19 |
+
https://gradio-builds.s3.amazonaws.com/bd4570ed4343f75a7ae335ef06d5eb313d107bc9/gradio-3.40.1-py3-none-any.whl
|