Spaces:
Runtime error
Runtime error
tomaseo2022
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ from PIL import Image
|
|
10 |
import torch
|
11 |
import numpy as np
|
12 |
|
13 |
-
|
14 |
# Instalar paquetes necesarios
|
15 |
os.system("pip install --upgrade httpx gradio opencv-python torch pillow numpy")
|
16 |
|
@@ -48,4 +47,3 @@ iface = gr.Interface(
|
|
48 |
)
|
49 |
iface.launch(debug=True)
|
50 |
|
51 |
-
|
|
|
10 |
import torch
|
11 |
import numpy as np
|
12 |
|
|
|
13 |
# Instalar paquetes necesarios
|
14 |
os.system("pip install --upgrade httpx gradio opencv-python torch pillow numpy")
|
15 |
|
|
|
47 |
)
|
48 |
iface.launch(debug=True)
|
49 |
|
|