Update app.py
Browse files
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()
|