multimodalart HF staff commited on
Commit
68d53f7
·
verified ·
1 Parent(s): 9093067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -5,8 +5,11 @@ import gradio as gr
5
 
6
  loras = [
7
  {
 
8
  "image": "https://huggingface.co/Remade-AI/Squish/resolve/main/example_videos/tank_squish.mp4",
 
9
  "id": "squish",
 
10
  "title": "Squish"
11
  },
12
  {
 
5
 
6
  loras = [
7
  {
8
+ #I suggest it to be a gif instead of an mp4!
9
  "image": "https://huggingface.co/Remade-AI/Squish/resolve/main/example_videos/tank_squish.mp4",
10
+ #This is an id you can send to your backend, obviously you can change it
11
  "id": "squish",
12
+ #This is the title that is shown on the front end
13
  "title": "Squish"
14
  },
15
  {