Reality123b commited on
Commit
97526cc
·
verified ·
1 Parent(s): adeed82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize clients
5
- text_client = InferenceClient("HuggingFaceH4/starchat-beta")
6
  image_client = InferenceClient("SG161222/RealVisXL_V3.0")
7
 
8
  def check_custom_responses(message: str) -> str:
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Initialize clients
5
+ text_client = InferenceClient("HuggingFaceH4/mistral-7b-sft-beta")
6
  image_client = InferenceClient("SG161222/RealVisXL_V3.0")
7
 
8
  def check_custom_responses(message: str) -> str: