Commit
•
695c45e
1
Parent(s):
22d5d2c
Update app.py
Browse files
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="
|
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()
|