Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -1
app_dialogue.py
CHANGED
|
@@ -62,7 +62,8 @@ 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://huggingfacem4-idefics-playground.hf.space"
|
|
|
|
| 66 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
| 67 |
IDEFICS_LOGO = "https://huggingface.co/spaces/HuggingFaceM4/idefics_playground/resolve/main/IDEFICS_logo.png"
|
| 68 |
|
|
|
|
| 62 |
EOS_STRINGS = ["<end_of_utterance>", "\nUser:"]
|
| 63 |
STOP_SUSPECT_LIST = []
|
| 64 |
|
| 65 |
+
#GRADIO_LINK = "https://huggingfacem4-idefics-playground.hf.space"
|
| 66 |
+
GRADIO_LINK = "https://omnibus-idefics-playground.hf.space"
|
| 67 |
API_TOKEN = os.getenv("HF_AUTH_TOKEN")
|
| 68 |
IDEFICS_LOGO = "https://huggingface.co/spaces/HuggingFaceM4/idefics_playground/resolve/main/IDEFICS_logo.png"
|
| 69 |
|