tomaseo2022 commited on
Commit
a17b778
verified
1 Parent(s): 5b48c26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -10,6 +10,7 @@ from PIL import Image
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
 
@@ -43,8 +44,8 @@ iface = gr.Interface(
43
  inputs="image",
44
  outputs="image",
45
  title="Mejorar Resoluci贸n de Imagen",
46
- description="Sube una imagen y mejora su resoluci贸n.",
47
- examples=[['imagen_ejemplo.png']]
48
  )
49
  iface.launch(debug=True)
50
 
 
 
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
 
 
44
  inputs="image",
45
  outputs="image",
46
  title="Mejorar Resoluci贸n de Imagen",
47
+ description="Sube una imagen y mejora su resoluci贸n."
 
48
  )
49
  iface.launch(debug=True)
50
 
51
+