Spaces:
Runtime error
Runtime error
File size: 718 Bytes
a871eb8 9ff1108 a871eb8 6bf7bb2 6ea602d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Demo Painttransformer
emoji: 🏃
colorFrom: purple
colorTo: gray
sdk: gradio
app_file: gradio_painttransformer.py
pinned: false
---
- 2021-12-21 first created
- opencv error:
```
Traceback (most recent call last):
File "gradio_painttransformer.py", line 12, in <module>
import cv2
File "/home/user/.local/lib/python3.8/site-packages/cv2/__init__.py", line 8, in <module>
from .cv2 import *
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
```
- Instead, using `imageio` make gif file as output
- Uploaded on HuggingFace Spaces (https://huggingface.co/spaces/jkang/demo-painttransformer)
|