multimodalart HF staff commited on
Commit
695c45e
1 Parent(s): 22d5d2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,6 +238,6 @@ with gr.Blocks(css=css) as demo:
238
 
239
  type_of_thing.change(fn=swap_text, inputs=[type_of_thing], outputs=[thing_description, thing_image_example, things_naming, perc_txt_encoder])
240
  train_btn = gr.Button("Start Training")
241
- result = gr.File(label="Uploaded model")
242
  train_btn.click(fn=train, inputs=is_visible+concept_collection+file_collection+[type_of_thing]+[steps]+[perc_txt_encoder]+[swap_auto_calculated], outputs=[result])
243
  demo.launch()
 
238
 
239
  type_of_thing.change(fn=swap_text, inputs=[type_of_thing], outputs=[thing_description, thing_image_example, things_naming, perc_txt_encoder])
240
  train_btn = gr.Button("Start Training")
241
+ result = gr.File(label="Download the uploaded models")
242
  train_btn.click(fn=train, inputs=is_visible+concept_collection+file_collection+[type_of_thing]+[steps]+[perc_txt_encoder]+[swap_auto_calculated], outputs=[result])
243
  demo.launch()