Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ def upscaler(img, version, scale):
|
|
| 97 |
|
| 98 |
if __name__ == "__main__":
|
| 99 |
|
| 100 |
-
title = "
|
| 101 |
|
| 102 |
demo = gr.Interface(
|
| 103 |
upscaler, [
|
|
|
|
| 97 |
|
| 98 |
if __name__ == "__main__":
|
| 99 |
|
| 100 |
+
title = "NeuraVision ai image upscale"
|
| 101 |
|
| 102 |
demo = gr.Interface(
|
| 103 |
upscaler, [
|