Spaces:
Runtime error
Runtime error
Commit
·
191fb1a
1
Parent(s):
00044ca
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
def show_preds_gradio(input_image, display_label, display_bbox, detection_threshold):
|
|
|
|
| 1 |
+
import icedata
|
| 2 |
+
import PIL, requests
|
| 3 |
+
import torch
|
| 4 |
+
from torchvision import transforms
|
| 5 |
import gradio as gr
|
| 6 |
|
| 7 |
def show_preds_gradio(input_image, display_label, display_bbox, detection_threshold):
|