Ahsen Khaliq
commited on
Commit
·
528cf18
1
Parent(s):
5009d9c
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
import os
|
| 2 |
os.system("git clone https://github.com/AK391/kapao")
|
| 3 |
-
os.
|
|
|
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
def greet(vid):
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("git clone https://github.com/AK391/kapao")
|
| 3 |
+
os.chdir("kapao")
|
| 4 |
+
os.system('gdown https://drive.google.com/uc?id=1hv0xwdbdf-Ym06Hpjy6wKyIklNmKmB99') # kapao_s_coco.pt
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
def greet(vid):
|