Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
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:
|