Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,8 @@ with gr.Blocks() as demo:
|
|
133 |
fn=get_ckpt_names,
|
134 |
inputs=[input_token, radio_model_names, input_model],
|
135 |
outputs=[error_output, radio_ckpts, group_convert],
|
136 |
-
scroll_to_output=True
|
|
|
137 |
)
|
138 |
|
139 |
btn_convert.click(
|
@@ -143,5 +144,4 @@ with gr.Blocks() as demo:
|
|
143 |
scroll_to_output=True
|
144 |
)
|
145 |
|
146 |
-
demo.
|
147 |
-
demo.launch()
|
|
|
133 |
fn=get_ckpt_names,
|
134 |
inputs=[input_token, radio_model_names, input_model],
|
135 |
outputs=[error_output, radio_ckpts, group_convert],
|
136 |
+
scroll_to_output=True,
|
137 |
+
queue=False
|
138 |
)
|
139 |
|
140 |
btn_convert.click(
|
|
|
144 |
scroll_to_output=True
|
145 |
)
|
146 |
|
147 |
+
demo.launch(debug=True, share=True)
|
|