Spaces:
Runtime error
Runtime error
Commit
·
7d250fc
1
Parent(s):
91fd28c
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ import sys
|
|
6 |
sys.path.append("6DRepNet")
|
7 |
|
8 |
import numpy as np
|
|
|
9 |
import torch
|
10 |
from huggingface_hub import hf_hub_download
|
11 |
|
|
|
6 |
sys.path.append("6DRepNet")
|
7 |
|
8 |
import numpy as np
|
9 |
+
import gradio as gr
|
10 |
import torch
|
11 |
from huggingface_hub import hf_hub_download
|
12 |
|