tomaseo2022 commited on
Commit
23f8b75
1 Parent(s): a17b778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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