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

Update app.py

Browse files

change model from 0.1 to 0.2

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.1", 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.2", token=HF_API_TOKEN)
10
 
11
  # Function to translate text into emojis
12
  def text_to_emoji(text):