Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -2
app_dialogue.py
CHANGED
@@ -62,9 +62,9 @@ BAN_TOKENS = ( # For documentation puporse. We are not using this list, it is h
|
|
62 |
EOS_STRINGS = ["<end_of_utterance>", "\nUser:"]
|
63 |
STOP_SUSPECT_LIST = []
|
64 |
|
65 |
-
GRADIO_LINK = "https://
|
66 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
67 |
-
IDEFICS_LOGO = "https://huggingface.co/spaces/
|
68 |
|
69 |
PROCESSOR = AutoProcessor.from_pretrained(
|
70 |
"HuggingFaceM4/idefics-9b-instruct",
|
|
|
62 |
EOS_STRINGS = ["<end_of_utterance>", "\nUser:"]
|
63 |
STOP_SUSPECT_LIST = []
|
64 |
|
65 |
+
GRADIO_LINK = "https://johann22-idefics-playground.hf.space"
|
66 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
67 |
+
IDEFICS_LOGO = "https://huggingface.co/spaces/johann22/idefics_playground/resolve/main/IDEFICS_logo.png"
|
68 |
|
69 |
PROCESSOR = AutoProcessor.from_pretrained(
|
70 |
"HuggingFaceM4/idefics-9b-instruct",
|