Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from io import BytesIO
|
|
8 |
# Initialize the HuggingFace Inference Client with the specified model
|
9 |
client_mistral = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
|
10 |
# Initialize the Playground AI client
|
11 |
-
client_playground = Client("https://playgroundai-playground-v2-5.hf.space/--replicas/
|
12 |
|
13 |
def format_prompt(logo_request):
|
14 |
system_prompt = """
|
|
|
8 |
# Initialize the HuggingFace Inference Client with the specified model
|
9 |
client_mistral = InferenceClient("mistralai/Mistral-7B-Instruct-v0.2")
|
10 |
# Initialize the Playground AI client
|
11 |
+
client_playground = Client("https://playgroundai-playground-v2-5.hf.space/--replicas/tjkvn/")
|
12 |
|
13 |
def format_prompt(logo_request):
|
14 |
system_prompt = """
|