rameshmoorthy commited on
Commit
ac4bac2
1 Parent(s): af6630f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def generate_report(file, type):
40
  temp_file3.write(contents.encode('utf-8'))
41
  temp_file3.close()
42
 
43
- return temp_file1.name ,temp_file2.name ,temp_file3.name
44
 
45
 
46
  with gr.Blocks() as cluster:
 
40
  temp_file3.write(contents.encode('utf-8'))
41
  temp_file3.close()
42
 
43
+ return temp_file1.name ,temp_file3.name
44
 
45
 
46
  with gr.Blocks() as cluster: