RamAnanth1 commited on
Commit
77e73c7
1 Parent(s): d9bcb62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if (SPACE_ID := os.getenv('SPACE_ID')) is not None:
43
  model = Model()
44
 
45
  with gr.Blocks(css='style.css') as demo:
46
- gr.Markdown("## T2I Adapter")
47
  gr.Markdown(description)
48
  with gr.Tabs():
49
  with gr.TabItem('Sketch'):
 
43
  model = Model()
44
 
45
  with gr.Blocks(css='style.css') as demo:
46
+ gr.Markdown("## T2I Adapter: Learning Adapters to Dig out More Controllable Ability for Text-to-Image Diffusion Models.")
47
  gr.Markdown(description)
48
  with gr.Tabs():
49
  with gr.TabItem('Sketch'):