Spaces:
Running
Running
Update app.py
Browse files
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 |
{
|