hirol commited on
Commit
46d4cdb
1 Parent(s): 98dc708

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -231,7 +231,7 @@ 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='',
 
231
  gr.Markdown(introduce)
232
  with gr.Tab("sketch"):
233
  with gr.Row():
234
+ gr.Markdown(manuscript_intro)
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='',