Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
import torch
|
3 |
from PIL import Image
|
4 |
from RealESRGAN import RealESRGAN
|
@@ -119,7 +118,4 @@ iface = gr.Interface(
|
|
119 |
description="Upload multiple images (.jpg, .png), enhance using AI, adjust DPI, resize, and download the final results as a ZIP file."
|
120 |
)
|
121 |
|
122 |
-
iface.launch(debug=True)
|
123 |
-
|
124 |
-
|
125 |
-
|
|
|
|
|
1 |
import torch
|
2 |
from PIL import Image
|
3 |
from RealESRGAN import RealESRGAN
|
|
|
118 |
description="Upload multiple images (.jpg, .png), enhance using AI, adjust DPI, resize, and download the final results as a ZIP file."
|
119 |
)
|
120 |
|
121 |
+
iface.launch(debug=True)
|
|
|
|
|
|