Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|
|
|
|
| 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__":
|