hackergeek98 commited on
Commit
f2135fb
·
verified ·
1 Parent(s): 91b9243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="hackergeek98/gemma-finetuned",
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,