Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -176,13 +176,13 @@ with gr.Blocks() as demo:
|
|
176 |
outputs=[image_stage1, video_stage2])
|
177 |
|
178 |
|
179 |
-
gr.Examples(examples=examples,
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
|
187 |
|
188 |
'''
|
|
|
176 |
outputs=[image_stage1, video_stage2])
|
177 |
|
178 |
|
179 |
+
# gr.Examples(examples=examples,
|
180 |
+
# inputs=inputs_v2v,
|
181 |
+
# outputs=[image_stage1, video_stage2],
|
182 |
+
# fn=enhance,
|
183 |
+
# cache_examples=True,
|
184 |
+
# run_on_click=False,
|
185 |
+
# )
|
186 |
|
187 |
|
188 |
'''
|