Marthee commited on
Commit
1f0d7ee
·
verified ·
1 Parent(s): 4ccce7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -432,7 +432,8 @@ iface = gr.Interface(
432
  gr.Textbox(label="Model Type"),
433
  gr.Textbox(label="LLM Prompt")
434
  ],
435
- outputs=gr.File(label="Download Excel") # File expects a path
 
436
  )
437
 
438
  if __name__ == "__main__":
 
432
  gr.Textbox(label="Model Type"),
433
  gr.Textbox(label="LLM Prompt")
434
  ],
435
+ outputs = gr.File(file_count="single", label="Download Excel")
436
+
437
  )
438
 
439
  if __name__ == "__main__":