Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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:
|