root commited on
Commit
b028a86
·
1 Parent(s): 77da620

add img2img

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ if __name__ == "__main__":
146
  with block:
147
  gr.HTML(read_content("header.html"))
148
 
149
- with gr.Tabs():
150
 
151
  with gr.TabItem("文生图(Text-to-img)"):
152
 
 
146
  with block:
147
  gr.HTML(read_content("header.html"))
148
 
149
+ with gr.Tabs() as tabs:
150
 
151
  with gr.TabItem("文生图(Text-to-img)"):
152