HongcanGuo commited on
Commit
9e34de2
·
verified ·
1 Parent(s): 490beaa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,7 +144,7 @@ def generate_video(image):
144
  # fn=generate_video,
145
  # inputs=gr.Image(type="pil"),
146
  # outputs=gr.Video(),
147
- # title="Custom Video Generation",
148
  # description="Upload an image to generate a video using a custom model",
149
  # theme="soft"
150
  # )
@@ -154,7 +154,7 @@ interface = gr.Interface(
154
  fn=lambda img: generate_video(img),
155
  inputs=gr.Image(type="pil"),
156
  outputs=gr.Video(),
157
- title="Custom Video Generation",
158
  description="Upload an image to generate a video",
159
  theme="soft"
160
  )
 
144
  # fn=generate_video,
145
  # inputs=gr.Image(type="pil"),
146
  # outputs=gr.Video(),
147
+ # title="InspiroV Video Generation",
148
  # description="Upload an image to generate a video using a custom model",
149
  # theme="soft"
150
  # )
 
154
  fn=lambda img: generate_video(img),
155
  inputs=gr.Image(type="pil"),
156
  outputs=gr.Video(),
157
+ title="InspiroV Video Generation",
158
  description="Upload an image to generate a video",
159
  theme="soft"
160
  )