Spaces:
Runtime error
Runtime error
VictorSanh
commited on
Commit
•
3272d75
1
Parent(s):
9828f90
Update visualization
Browse files- app_dialogue.py +1 -1
app_dialogue.py
CHANGED
@@ -60,7 +60,7 @@ BAN_TOKENS = ( # For documentation puporse. We are not using this list, it is h
|
|
60 |
EOS_STRINGS = ["<end_of_utterance>", "\nUser:"]
|
61 |
STOP_SUSPECT_LIST = []
|
62 |
|
63 |
-
GRADIO_LINK = "https://huggingfacem4-
|
64 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
65 |
IDEFICS_LOGO = "https://huggingface.co/spaces/HuggingFaceM4/idefics_playground/resolve/main/IDEFICS_logo.png"
|
66 |
|
|
|
60 |
EOS_STRINGS = ["<end_of_utterance>", "\nUser:"]
|
61 |
STOP_SUSPECT_LIST = []
|
62 |
|
63 |
+
GRADIO_LINK = "https://huggingfacem4-idefics-playground.hf.space"
|
64 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
65 |
IDEFICS_LOGO = "https://huggingface.co/spaces/HuggingFaceM4/idefics_playground/resolve/main/IDEFICS_logo.png"
|
66 |
|