VictorSanh commited on
Commit
eebd230
1 Parent(s): 1a60895

Update app_dialogue.py

Browse files
Files changed (1) hide show
  1. 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://victorsanh-ai-dad-jokes.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
 
 
60
  EOS_STRINGS = ["<end_of_utterance>", "\nUser:"]
61
  STOP_SUSPECT_LIST = []
62
 
63
+ GRADIO_LINK = "https://huggingfacem4-ai-dad-jokes.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