Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -183,7 +183,7 @@ with gr.Blocks(title="ToonMagev2", js = js_func, theme = theme) as SAK:
|
|
183 |
with gr.Column():
|
184 |
output = gr.Gallery(label='Output', elem_id="gallery")
|
185 |
intermediate_output = gr.Gallery(label='DebugImage', elem_id="gallery", visible=False)
|
186 |
-
gr.Markdown(_CITE_)
|
187 |
|
188 |
inps = [
|
189 |
face_image,
|
|
|
183 |
with gr.Column():
|
184 |
output = gr.Gallery(label='Output', elem_id="gallery")
|
185 |
intermediate_output = gr.Gallery(label='DebugImage', elem_id="gallery", visible=False)
|
186 |
+
# gr.Markdown(_CITE_)
|
187 |
|
188 |
inps = [
|
189 |
face_image,
|