Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
48019f4
1
Parent(s):
e46967a
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
import os
|
2 |
-
os.system("gdown https://drive.google.com/uc?id=1riNxV1BWMAXfmWZ3LrQbEkvzV8f7lOCp")
|
3 |
-
|
4 |
import onnxruntime
|
5 |
|
6 |
onnx_session = onnxruntime.InferenceSession("face_paint_512_v2_0.onnx")
|
|
|
|
|
|
|
|
|
1 |
import onnxruntime
|
2 |
|
3 |
onnx_session = onnxruntime.InferenceSession("face_paint_512_v2_0.onnx")
|