CG commited on
Commit ·
05dba08
1
Parent(s): 3a56102
Preliminary results update1
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
import streamlit as st
|
| 6 |
from datasets import load_dataset, Image
|
| 7 |
import torch
|
| 8 |
-
from torch.utils.tensorboard.summary import draw_boxes
|
| 9 |
from transformers import pipeline
|
| 10 |
from PIL import Image, ImageDraw, ImageFont
|
| 11 |
|
|
|
|
| 5 |
import streamlit as st
|
| 6 |
from datasets import load_dataset, Image
|
| 7 |
import torch
|
| 8 |
+
# from torch.utils.tensorboard.summary import draw_boxes
|
| 9 |
from transformers import pipeline
|
| 10 |
from PIL import Image, ImageDraw, ImageFont
|
| 11 |
|