hirol commited on
Commit
98dc708
1 Parent(s): 5f0ba36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -5
app.py CHANGED
@@ -191,19 +191,24 @@ Add character skeletons to a forest scene generated by SD, and keep the backgrou
191
  ( ./models/control_any5_openpose )
192
 
193
  <img src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/person.png" width="400" height="300">
194
- <video width="320" height="240" controls>
 
195
  <source src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/person_control.mp4" type="video/mp4">
196
  </video>
197
  """
198
 
199
  manuscript_intro = """
200
  Added manuscript houses to an SD generated forest scene
 
 
201
  <img src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/house.png" width="600" height="300">
202
- <video width="320" height="240" controls>
 
 
203
  <source src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/house.mp4" type="video/mp4">
204
  </video>
205
- Added manuscript chairs to an SD generated snow scene
206
- <img src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/chair.png" width="600" height="300">
207
  """
208
 
209
  if __name__ == '__main__':
@@ -226,7 +231,7 @@ if __name__ == '__main__':
226
  gr.Markdown(introduce)
227
  with gr.Tab("sketch"):
228
  with gr.Row():
229
- gr.Markdown(manuscript_intro)
230
  with gr.Row():
231
  image_prompt_sketch = gr.Textbox(label="image prompt", value='', elem_id=id('image_prompt'))
232
  image_n_prompt_sketch = gr.Textbox(label="negative prompt", value='',
 
191
  ( ./models/control_any5_openpose )
192
 
193
  <img src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/person.png" width="400" height="300">
194
+
195
+ <video width="640" height="320" controls>
196
  <source src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/person_control.mp4" type="video/mp4">
197
  </video>
198
  """
199
 
200
  manuscript_intro = """
201
  Added manuscript houses to an SD generated forest scene
202
+ Added manuscript chairs to an SD generated snow scene
203
+
204
  <img src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/house.png" width="600" height="300">
205
+ <img src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/chair.png" width="600" height="300">
206
+
207
+ <video width="640" height="320" controls>
208
  <source src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/house.mp4" type="video/mp4">
209
  </video>
210
+
211
+
212
  """
213
 
214
  if __name__ == '__main__':
 
231
  gr.Markdown(introduce)
232
  with gr.Tab("sketch"):
233
  with gr.Row():
234
+ gr.Markdown(<img src="https://raw.githubusercontent.com/hiroLinGoing/datasets/main/chair.png" width="600" height="300">)
235
  with gr.Row():
236
  image_prompt_sketch = gr.Textbox(label="image prompt", value='', elem_id=id('image_prompt'))
237
  image_n_prompt_sketch = gr.Textbox(label="negative prompt", value='',