Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,6 @@ import torch
|
|
7 |
|
8 |
from my_run import run as run_model
|
9 |
|
10 |
-
|
11 |
@spaces.GPU
|
12 |
def main_pipeline(
|
13 |
input_image: str,
|
@@ -25,6 +24,7 @@ def main_pipeline(
|
|
25 |
|
26 |
|
27 |
with gr.Blocks(css="app/style.css", theme="Nymbo/Nymbo_Theme") as demo:
|
|
|
28 |
gr.HTML("<center><h1>Turbo Edit</h1></center>")
|
29 |
|
30 |
with gr.Row():
|
|
|
7 |
|
8 |
from my_run import run as run_model
|
9 |
|
|
|
10 |
@spaces.GPU
|
11 |
def main_pipeline(
|
12 |
input_image: str,
|
|
|
24 |
|
25 |
|
26 |
with gr.Blocks(css="app/style.css", theme="Nymbo/Nymbo_Theme") as demo:
|
27 |
+
|
28 |
gr.HTML("<center><h1>Turbo Edit</h1></center>")
|
29 |
|
30 |
with gr.Row():
|