ldkong commited on
Commit
8ce3cbb
β€’
1 Parent(s): f645589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -382,7 +382,7 @@ def run(source, action_source, hair_source, top_source, bottom_source, target, a
382
 
383
  a = concat('MyPlot_')
384
 
385
- return 'demo.gif'
386
 
387
 
388
  gr.Interface(
@@ -411,8 +411,9 @@ gr.Interface(
411
  gr.components.Image(type="file", label="Domain Disentanglement"),
412
  gr.Markdown(
413
  """
414
- (a) Original Input
415
- (b) Reconstruction
 
416
  """
417
  ),
418
  ],
 
382
 
383
  a = concat('MyPlot_')
384
 
385
+ return 'demo.gif', None
386
 
387
 
388
  gr.Interface(
 
411
  gr.components.Image(type="file", label="Domain Disentanglement"),
412
  gr.Markdown(
413
  """
414
+ Row 1 - Original source (left) and target (right) inputs\n
415
+ Row 2 - Reconstruction outputs\n
416
+ Row 3 -
417
  """
418
  ),
419
  ],