Spaces:
Build error
Build error
use grdio==2.9b23
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Refer to https://huggingface.co/spaces/dt/ascii-art/blob/main/app.py
|
3 |
'''
|
4 |
import os
|
5 |
-
os.system("pip install gradio==2.
|
6 |
|
7 |
# Python code to convert an image to ASCII image.
|
8 |
import sys, random, argparse
|
|
|
2 |
Refer to https://huggingface.co/spaces/dt/ascii-art/blob/main/app.py
|
3 |
'''
|
4 |
import os
|
5 |
+
os.system("pip install gradio==2.9b23")
|
6 |
|
7 |
# Python code to convert an image to ASCII image.
|
8 |
import sys, random, argparse
|