alan-chen-intel commited on
Commit
1337928
1 Parent(s): e4bc86b

update app description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  import subprocess
4
 
5
  title = "DaGAN Demo"
6
- description = "Reconstruction and Animation demos for DaGAN"
7
 
8
  def inference(mode, img, video):
9
  os.makedirs('tmp', exist_ok=True)
 
3
  import subprocess
4
 
5
  title = "DaGAN Demo"
6
+ description = "Reconstruction and Animation demos for DaGAN. The videos will be cropped to 5 seconds because of limitations of computing resources (inference is being run on CPU, unfortunately)."
7
 
8
  def inference(mode, img, video):
9
  os.makedirs('tmp', exist_ok=True)