merle commited on
Commit
df0efbb
1 Parent(s): 7f08d00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ os.environ["DGLBACKEND"] = "pytorch"
9
  print('Modules installed')
10
 
11
  os.system('pip install --force gradio==3.36.1')
 
12
 
13
  os.environ["DGLBACKEND"] = "pytorch"
14
 
 
9
  print('Modules installed')
10
 
11
  os.system('pip install --force gradio==3.36.1')
12
+ os.system('pip install gradio_client==0.2.7')
13
 
14
  os.environ["DGLBACKEND"] = "pytorch"
15