Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def respond(
|
|
29 |
|
30 |
# Call the text generation API with updated parameter name
|
31 |
response = client.text_generation(
|
32 |
-
model="
|
33 |
prompt=prompt,
|
34 |
max_new_tokens=max_tokens,
|
35 |
temperature=temperature,
|
|
|
29 |
|
30 |
# Call the text generation API with updated parameter name
|
31 |
response = client.text_generation(
|
32 |
+
model="hackergeek/gemma-finetuned",
|
33 |
prompt=prompt,
|
34 |
max_new_tokens=max_tokens,
|
35 |
temperature=temperature,
|