camenduru / text-to-video-synthesis-colab

Text To Video Synthesis Colab
The Unlicense
1.44k stars 173 forks source link

Watermark remover #12

Closed BillTribble closed 1 year ago

BillTribble commented 1 year ago

Won't run. Crashes like this:

`2023-06-01 15:36:38 (205 MB/s) - ‘/content/lama/indir/image_mask.png’ saved [8636/8636]

/content/lama WARNING:py.warnings:/usr/local/lib/python3.10/dist-packages/gradio/deprecation.py:40: UserWarning: The 'type' parameter has been deprecated. Use the Number component instead. warnings.warn(value)


KeyError Traceback (most recent call last) in <cell line: 88>() 86 return final_vid 87 ---> 88 with gr.Blocks() as demo: 89 with gr.Column(elem_id="col-container"): 90 with gr.Row():

2 frames /usr/local/lib/python3.10/dist-packages/gradio_client/serializing.py in input_api_info(self) 39 def input_api_info(self) -> tuple[str, str]: 40 api_info = self.api_info() ---> 41 return (api_info["serialized_input"][0], api_info["serialized_input"][1]) 42 43 # For backwards compatibility

KeyError: 'serialized_input'`

camenduru commented 1 year ago

thanks for the info @BillTribble ❤ please try again

BillTribble commented 1 year ago

Fixed - thanks so much!

On 2 Jun 2023, at 01:56, camenduru @.***> wrote:

thanks for the info @BillTribble https://github.com/BillTribble ❤ please try again

— Reply to this email directly, view it on GitHub https://github.com/camenduru/text-to-video-synthesis-colab/issues/12#issuecomment-1572971556, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABNAC7AWWB3AUGCP4PAGN4LXJE22FANCNFSM6AAAAAAYXDQHPQ. You are receiving this because you were mentioned.