fffiloni commited on
Commit
1640678
·
verified ·
1 Parent(s): 705b963

fix examples file paths

Browse files
Files changed (1) hide show
  1. app.py +3 -6
app.py CHANGED
@@ -114,9 +114,6 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important}")
114
  <a href="https://huggingface.co/spaces/fffiloni/Stand-In?duplicate=true">
115
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
116
  </a>
117
- <a href="https://huggingface.co/fffiloni">
118
- <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-me-on-HF-sm-dark.svg" alt="Follow me on HF">
119
- </a>
120
  </div>
121
  """)
122
 
@@ -181,7 +178,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important}")
181
  examples = gr.Examples(
182
  examples = [
183
  [
184
- "./examples/standin_example_1.jpg",
185
  "In a corridor where the walls ripple like water, a woman reaches out to touch the flowing surface, causing circles of ripples to spread. The camera moves from a medium shot to a close-up, capturing her curious expression as she sees her distorted reflection.",
186
  0,
187
  "Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",
@@ -189,7 +186,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important}")
189
  25, 9
190
  ],
191
  [
192
- "./examples/standin_example_4.jpg",
193
  "A man in a white lab coat stands in front of a laboratory bench. Having just completed a critical step, he turns toward the camera, his eyes shining with the excitement of discovery. The background is filled with precise instruments and an array of beakers and test tubes, capturing the rigor and allure of scientific exploration.",
194
  0,
195
  "Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",
@@ -197,7 +194,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css="footer {display: none !important}")
197
  25, 9
198
  ],
199
  [
200
- "./examples/standin_example_8.png",
201
  "The video features a man standing at an easel, focused intently as his brush dances across the canvas. His expression is one of deep concentration, with a hint of satisfaction as each brushstroke adds color and form. He wears a paint-splattered apron, and his hands move with confident precision. The setting, filled with scattered art supplies, open paint tubes, and unfinished sketches pinned to the wall, suggests an artist's studio. A large window on one side allows sunlight to stream in, casting a soft glow across the room and illuminating the colors on his canvas. The atmosphere is creative and inspired, with the man's intense focus and the lively colors on the canvas indicating a moment of artistic passion and expression.",
202
  0,
203
  "Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",
 
114
  <a href="https://huggingface.co/spaces/fffiloni/Stand-In?duplicate=true">
115
  <img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-sm.svg" alt="Duplicate this Space">
116
  </a>
 
 
 
117
  </div>
118
  """)
119
 
 
178
  examples = gr.Examples(
179
  examples = [
180
  [
181
+ "./examples/standin_example1.jpg",
182
  "In a corridor where the walls ripple like water, a woman reaches out to touch the flowing surface, causing circles of ripples to spread. The camera moves from a medium shot to a close-up, capturing her curious expression as she sees her distorted reflection.",
183
  0,
184
  "Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",
 
186
  25, 9
187
  ],
188
  [
189
+ "./examples/standin_example4.jpg",
190
  "A man in a white lab coat stands in front of a laboratory bench. Having just completed a critical step, he turns toward the camera, his eyes shining with the excitement of discovery. The background is filled with precise instruments and an array of beakers and test tubes, capturing the rigor and allure of scientific exploration.",
191
  0,
192
  "Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",
 
194
  25, 9
195
  ],
196
  [
197
+ "./examples/standin_example8.png",
198
  "The video features a man standing at an easel, focused intently as his brush dances across the canvas. His expression is one of deep concentration, with a hint of satisfaction as each brushstroke adds color and form. He wears a paint-splattered apron, and his hands move with confident precision. The setting, filled with scattered art supplies, open paint tubes, and unfinished sketches pinned to the wall, suggests an artist's studio. A large window on one side allows sunlight to stream in, casting a soft glow across the room and illuminating the colors on his canvas. The atmosphere is creative and inspired, with the man's intense focus and the lively colors on the canvas indicating a moment of artistic passion and expression.",
199
  0,
200
  "Vibrant colors, overexposure, static, blurred details, subtitles, style, artwork, painting, still image, overall grayness, worst quality, low quality, JPEG compression residue, ugly, mutilated, extra fingers, poorly drawn hands, poorly drawn faces, deformed, disfigured, malformed limbs, fused fingers, still image, cluttered background, three legs, crowded background, walking backwards",