Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="/
|
| 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 |
|