Spaces:
Running
on
A10G
Running
on
A10G
colab demo
#6
by
molo322
- opened
please add colab demo
Just past the following code in colab cells. Don't forget to connect to a GPU runtime.
and modify /content/leditsplusplus/app.py by replacing the last line by demo.launch(share=True) instead of demo.launch() to get a public link to connect to the gradio app
!git clone https://huggingface.co/spaces/editing-images/leditsplusplus
!pip install -r /content/leditsplusplus/requirements.txt
!pip install gradio
%cd /content/leditsplusplus/
!python /content/leditsplusplus/app.py
There is a jupter notebook demo built by the community:.
Check out this thread:
https://huggingface.co/spaces/editing-images/leditsplusplus/discussions/11