mgokg commited on
Commit
9fd5245
·
verified ·
1 Parent(s): 364a1f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def mitteilung(input):
30
  client = Client("mgokg/Gemini2.0")
31
  result = client.predict(
32
  input_text=f"{input}",
33
- api_name="/generate_pressrelease"
34
  )
35
  return result
36
 
 
30
  client = Client("mgokg/Gemini2.0")
31
  result = client.predict(
32
  input_text=f"{input}",
33
+ api_name="/generate_press_release"
34
  )
35
  return result
36