ai01firebird commited on
Commit
6f98bcd
·
verified ·
1 Parent(s): 07f8c36

set model to v0.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import os
6
  HF_API_TOKEN = os.getenv("HUG_TOKEN_READ")
7
 
8
  # Hugging Face Inference API Client
9
- client = InferenceClient(model="mistralai/Mistral-7B-Instruct-v0.2", token=HF_API_TOKEN)
10
 
11
  # Function to translate text into emojis
12
  def text_to_emoji(text):
 
6
  HF_API_TOKEN = os.getenv("HUG_TOKEN_READ")
7
 
8
  # Hugging Face Inference API Client
9
+ client = InferenceClient(model="mistralai/Mistral-7B-Instruct-v0.1", token=HF_API_TOKEN)
10
 
11
  # Function to translate text into emojis
12
  def text_to_emoji(text):