Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def predict(message: str, system_prompt: str = '', temperature: float = 0.7, max
|
|
55 |
"""
|
56 |
Predict a response using a client.
|
57 |
"""
|
58 |
-
client = Client("https://ysharma-explore-llamav2-with-tgi.hf.space
|
59 |
response = client.predict(
|
60 |
message,
|
61 |
system_prompt,
|
|
|
55 |
"""
|
56 |
Predict a response using a client.
|
57 |
"""
|
58 |
+
client = Client("https://ysharma-explore-llamav2-with-tgi.hf.space/")
|
59 |
response = client.predict(
|
60 |
message,
|
61 |
system_prompt,
|