Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def generate_report(operation_data, max_tokens, temperature, top_p):
|
|
52 |
with open("report.txt", "w", encoding="utf-8") as file:
|
53 |
file.write(response.content)
|
54 |
|
55 |
-
return response.content
|
56 |
|
57 |
|
58 |
demo = gr.Interface(
|
|
|
52 |
with open("report.txt", "w", encoding="utf-8") as file:
|
53 |
file.write(response.content)
|
54 |
|
55 |
+
return response.content
|
56 |
|
57 |
|
58 |
demo = gr.Interface(
|