Spaces:
Sleeping
Sleeping
zhiweili
commited on
Commit
·
115c9f4
1
Parent(s):
ab854ef
fix ModuleNotFoundError
Browse files- app_upscale.py +0 -1
app_upscale.py
CHANGED
|
@@ -17,7 +17,6 @@ DEFAULT_SRC_PROMPT = "a person with pefect face"
|
|
| 17 |
|
| 18 |
|
| 19 |
def create_demo() -> gr.Blocks:
|
| 20 |
-
from inversion_run_base import run as base_run
|
| 21 |
|
| 22 |
@spaces.GPU(duration=15)
|
| 23 |
def upscale_image(
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
def create_demo() -> gr.Blocks:
|
|
|
|
| 20 |
|
| 21 |
@spaces.GPU(duration=15)
|
| 22 |
def upscale_image(
|