alimrb commited on
Commit
7dc358b
1 Parent(s): a2f1380

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ if __name__ == "__main__":
35
  gr.Textbox(lines=2, label="Product Name"),
36
  gr.Textbox(lines=5, label="Product Description"),
37
  ],
38
- Textbox(label="Ad"),
39
  title="EFF24",
40
  description="EFF24 is a generative model that generates ads for products."
41
  ).launch()
 
35
  gr.Textbox(lines=2, label="Product Name"),
36
  gr.Textbox(lines=5, label="Product Description"),
37
  ],
38
+ gr.Textbox(label="Ad"),
39
  title="EFF24",
40
  description="EFF24 is a generative model that generates ads for products."
41
  ).launch()