Spaces:
Runtime error
Runtime error
Xu Ma
commited on
Commit
•
02f199e
1
Parent(s):
920a8cf
update
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 📊
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
@@ -12,4 +12,3 @@ license: gpl-3.0
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
14 |
|
15 |
-
🚀 项目主页:https://gitee.com/CV_Lab/gradio_yolov5_det
|
|
|
1 |
---
|
2 |
+
title: LVIE
|
3 |
emoji: 📊
|
4 |
colorFrom: pink
|
5 |
colorTo: indigo
|
|
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
14 |
|
|
app.py
CHANGED
@@ -7,6 +7,7 @@ sys.path.append("./")
|
|
7 |
from pathlib import Path
|
8 |
|
9 |
import gradio as gr
|
|
|
10 |
import torch
|
11 |
import yaml
|
12 |
from PIL import Image
|
|
|
7 |
from pathlib import Path
|
8 |
|
9 |
import gradio as gr
|
10 |
+
|
11 |
import torch
|
12 |
import yaml
|
13 |
from PIL import Image
|