Spaces:
Sleeping
Sleeping
SeptAlfauzan commited on
Commit ·
8cbbf7f
1
Parent(s): 12cee8d
delete: remove import path
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import gradio as gr
|
|
| 2 |
from PIL import Image
|
| 3 |
import torch
|
| 4 |
from ultralyticsplus import YOLO, render_result
|
| 5 |
-
from path import path
|
| 6 |
|
| 7 |
|
| 8 |
def launch(
|
|
|
|
| 2 |
from PIL import Image
|
| 3 |
import torch
|
| 4 |
from ultralyticsplus import YOLO, render_result
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
def launch(
|