HighCWu commited on
Commit
7ab395a
·
1 Parent(s): 18ce73e

use grdio==2.9b23

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.9.4")
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