Ahsen Khaliq commited on
Commit
342c323
1 Parent(s): 4d2617e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import os
2
  os.system("gdown https://drive.google.com/uc?id=1-95IOJ-2y9BtmABiffIwndPqNZD_gLnV")
3
  os.system("unzip big-lama.zip")
 
4
  import cv2
5
  import paddlehub as hub
6
  import gradio as gr
 
1
  import os
2
  os.system("gdown https://drive.google.com/uc?id=1-95IOJ-2y9BtmABiffIwndPqNZD_gLnV")
3
  os.system("unzip big-lama.zip")
4
+ os.system("pip install gradio==2.3.7")
5
  import cv2
6
  import paddlehub as hub
7
  import gradio as gr