M17idd commited on
Commit
bfb71da
·
verified ·
1 Parent(s): 6e983eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, report_text
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(