Spaces:
Running
on
Zero
Running
on
Zero
jychen0828
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css=css) as demo:
|
|
127 |
examples=[
|
128 |
[person1, "TDD_adv", 1024, 1024, 8, 2.1, 5685],
|
129 |
[person2, "TDD_adv", 1024, 1024, 8, 2, 8888],
|
130 |
-
[person3,"TDD_adv", 1024, 1024, 6, 1.8, 3420]
|
131 |
[dog, "TDD", 1024, 1024, 6, 2, 29],
|
132 |
[fox,"TDD_adv", 1024, 1024, 8, 2.1, 4678],
|
133 |
[scenery1, "TDD_adv", 1024, 1024, 8, 2.5, 9669],
|
|
|
127 |
examples=[
|
128 |
[person1, "TDD_adv", 1024, 1024, 8, 2.1, 5685],
|
129 |
[person2, "TDD_adv", 1024, 1024, 8, 2, 8888],
|
130 |
+
[person3,"TDD_adv", 1024, 1024, 6, 1.8, 3420],
|
131 |
[dog, "TDD", 1024, 1024, 6, 2, 29],
|
132 |
[fox,"TDD_adv", 1024, 1024, 8, 2.1, 4678],
|
133 |
[scenery1, "TDD_adv", 1024, 1024, 8, 2.5, 9669],
|