Spaces:
Runtime error
Runtime error
Geraldine J
commited on
Commit
·
235b9a3
1
Parent(s):
e1ecf57
Update dataframe and json
Browse files
app.py
CHANGED
@@ -32,8 +32,10 @@ Este Notebook se acelera opcionalmente con un entorno de ejecución de GPU
|
|
32 |
#!pip install -qr https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt gradio # install dependencies
|
33 |
|
34 |
import gradio as gr
|
|
|
35 |
import torch
|
36 |
import logging
|
|
|
37 |
from PIL import Image
|
38 |
|
39 |
# Images
|
|
|
32 |
#!pip install -qr https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt gradio # install dependencies
|
33 |
|
34 |
import gradio as gr
|
35 |
+
import pandas as pd
|
36 |
import torch
|
37 |
import logging
|
38 |
+
import json
|
39 |
from PIL import Image
|
40 |
|
41 |
# Images
|