xp3857 commited on
Commit
d382738
1 Parent(s): 7b898dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ from agent import (
20
  client = InferenceClient(
21
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
22
  )
23
- reponame="Omnibus/tmp"
24
  save_data=f'https://huggingface.co/datasets/{reponame}/raw/main/'
25
  #token_self = os.environ['HF_TOKEN']
26
  #api=HfApi(token=token_self)
 
20
  client = InferenceClient(
21
  "mistralai/Mixtral-8x7B-Instruct-v0.1"
22
  )
23
+ reponame="xp3857/tmp"
24
  save_data=f'https://huggingface.co/datasets/{reponame}/raw/main/'
25
  #token_self = os.environ['HF_TOKEN']
26
  #api=HfApi(token=token_self)