Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
1aa1480
1
Parent(s):
c55f324
fix
Browse files
app.py
CHANGED
@@ -131,7 +131,7 @@ def get_config(request: Request):
|
|
131 |
|
132 |
|
133 |
|
134 |
-
with gr.Blocks() as iface:
|
135 |
|
136 |
campaign_details_input = gr.Textbox(
|
137 |
lines=10,
|
@@ -160,7 +160,7 @@ with gr.Blocks() as iface:
|
|
160 |
live=False
|
161 |
)
|
162 |
|
163 |
-
|
164 |
|
165 |
|
166 |
|
|
|
131 |
|
132 |
|
133 |
|
134 |
+
with gr.Blocks(analytics_enabled=False) as iface:
|
135 |
|
136 |
campaign_details_input = gr.Textbox(
|
137 |
lines=10,
|
|
|
160 |
live=False
|
161 |
)
|
162 |
|
163 |
+
# iface.load(fn=get_config, inputs=None, outputs=campaign_details_input, js=js)
|
164 |
|
165 |
|
166 |
|