return [video_path, gr.update(value = video_path, visible = True, interactive = True), current_seed, gr.update(value = information, visible = True), gr.update(interactive = False)] 88f22ef verified Fabrice-TIERCELIN commited on Apr 17
download_button = gr.DownloadButton(elem_id="download_btn", visible = True, interactive = True) 86eb2cd verified Fabrice-TIERCELIN commited on Apr 14
demo.queue().launch(allowed_paths=["/home/omnivoice/samples"]) 87b581d verified Fabrice-TIERCELIN commited on Apr 12
download_button = gr.DownloadButton(elem_id="download_btn", visible = True, interactive = True) d2c3b42 verified Fabrice-TIERCELIN commited on Apr 10
Using small images allows you to generate longer videos in the same time 3f9e1fe verified Fabrice-TIERCELIN commited on Apr 9
To sequence the actions, I advise the pattern "The girl does this. After that the girl has done this, the girl does that." 86253d1 verified Fabrice-TIERCELIN commited on Apr 9
if not str(err.message if err is not None and hasattr(err, 'message') else '').startswith("No GPU is currently available for you after 60s"): 9be7a0a verified Fabrice-TIERCELIN commited on Mar 10
print('Error: ' + e.message if e is not None and hasattr(e, 'message') else '') 696486d verified Fabrice-TIERCELIN commited on Mar 3