Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,8 @@ def mitteilung(input):
|
|
| 18 |
input_text=f"{input}",
|
| 19 |
api_name="/generate_press_release"
|
| 20 |
)
|
| 21 |
-
|
|
|
|
| 22 |
|
| 23 |
def process_pdf(file):
|
| 24 |
# Read the PDF content
|
|
|
|
| 18 |
input_text=f"{input}",
|
| 19 |
api_name="/generate_press_release"
|
| 20 |
)
|
| 21 |
+
return result
|
| 22 |
+
|
| 23 |
|
| 24 |
def process_pdf(file):
|
| 25 |
# Read the PDF content
|