Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
encode_url_or_file_to_base64
#24
by casual123 - opened
Hi Thank you for providing awesome app.
Faced encode_url_or_file_to_base64 issue when copy this project to colab.
so, I think we need to change
"from gradio_client import utils as gr_processing_utils"
from
"import gradio.processing_utils as gr_processing_utils"
because it seems like that gradio.processing_utils doesn't have "encode_url_or_file_to_base64"
Thanks
try pip install gradio==3.16.1
This comment has been hidden
Probably we need to lock the gradio to that version.