SunderAli17 commited on
Commit
bb472d0
·
verified ·
1 Parent(s): 3334e80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,