Spaces:
Runtime error
Runtime error
Changed gemma model url
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ else:
|
|
20 |
|
21 |
# Determine URL based on model selection
|
22 |
if model_selection == "Gemma":
|
23 |
-
base_url = "https://api.runpod.ai/v2/
|
24 |
elif model_selection == "Tinyllama":
|
25 |
base_url = "https://api.runpod.ai/v2/0wnm75vx5o77s1/"
|
26 |
|
|
|
20 |
|
21 |
# Determine URL based on model selection
|
22 |
if model_selection == "Gemma":
|
23 |
+
base_url = "https://api.runpod.ai/v2/lld3iiy6fx7hcf/"
|
24 |
elif model_selection == "Tinyllama":
|
25 |
base_url = "https://api.runpod.ai/v2/0wnm75vx5o77s1/"
|
26 |
|