SUPIR / app.py

Commit History

result_video = gr.DownloadButton(label="Generated Frames")
593a919
verified

Fabrice-TIERCELIN commited on

result_example = gr.DownloadButton(label="Example Image", visible = False)
a35d2ac
verified

Fabrice-TIERCELIN commited on

result_example = gr.Image(label="Example Image", visible = False)
57d4f0c
verified

Fabrice-TIERCELIN commited on

return [gr.update(visible = True, value=output_filename), warning, dummy_button]
72f3e9c
verified

Fabrice-TIERCELIN commited on

result_example = gr.DownloadButton(label="Example Image", visible = False, interactive = False)
960e75b
verified

Fabrice-TIERCELIN commited on

result_video = gr.DownloadButton(label="Generated Frames")
ae612ba
verified

Fabrice-TIERCELIN commited on

result_example = gr.File(label="Example Image", visible = False, interactive = False)
1e7422e
verified

Fabrice-TIERCELIN commited on

return [gr.update(visible = True, value=result_slider[1]), warning, dummy_button]
bc1ac36
verified

Fabrice-TIERCELIN commited on

with gr.Row(elem_id="examples", visible = False):
efede38
verified

Fabrice-TIERCELIN commited on

return [gr.update(visible = True, value=result_slider[1]), dummy_button]
a9e3731
verified

Fabrice-TIERCELIN commited on

[result_slider, result_gallery, restore_information, reset_btn, warning, dummy_button] = restore_in_Xmin(*args, **kwargs)
d82e13d
verified

Fabrice-TIERCELIN commited on

#return [noisy_image] + [results[0]], gr.update(label="Downloadable results in *." + output_format + " format", format = output_format, value = results), gr.update(value = information, visible = True), gr.update(visible=True), gr.update(visible=False), gr.update(interactive = False)
0806852
verified

Fabrice-TIERCELIN commited on

["495,616 px (working for extension)", 704],
1527fa8
verified

Fabrice-TIERCELIN commited on