Update app.py
Browse files
app.py
CHANGED
|
@@ -78,5 +78,5 @@ with gr.Blocks() as demo:
|
|
| 78 |
output = gr.Textbox(label="Status", lines=10) # Increased size for debug output
|
| 79 |
|
| 80 |
submit_btn.click(fn=submit, inputs=[intelligibility, naturalness, expressiveness], outputs=output)
|
| 81 |
-
gr.File(csv_file_path, label="Download Results")
|
| 82 |
demo.launch()
|
|
|
|
| 78 |
output = gr.Textbox(label="Status", lines=10) # Increased size for debug output
|
| 79 |
|
| 80 |
submit_btn.click(fn=submit, inputs=[intelligibility, naturalness, expressiveness], outputs=output)
|
| 81 |
+
# gr.File(csv_file_path, label="Download Results")
|
| 82 |
demo.launch()
|