Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
63eb876
1
Parent(s):
1bfe075
paus
Browse files
app.py
CHANGED
@@ -171,7 +171,8 @@ with gr.Blocks(analytics_enabled=False) as iface:
|
|
171 |
title="Slidegen AI - Image generator",
|
172 |
article=content_html,
|
173 |
description="Generate social media creatives from a few prompts",
|
174 |
-
live=False
|
|
|
175 |
)
|
176 |
|
177 |
#iface.load(fn=get_config, outputs=campaign_details_input, js=js)
|
|
|
171 |
title="Slidegen AI - Image generator",
|
172 |
article=content_html,
|
173 |
description="Generate social media creatives from a few prompts",
|
174 |
+
live=False,
|
175 |
+
js=js
|
176 |
)
|
177 |
|
178 |
#iface.load(fn=get_config, outputs=campaign_details_input, js=js)
|