Spaces:
Running
Running
Nifemi Alpine Durin
commited on
Commit
·
1bfe075
1
Parent(s):
c1bc29a
paus
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(analytics_enabled=False) as iface:
|
|
174 |
live=False
|
175 |
)
|
176 |
|
177 |
-
iface.load(fn=get_config, outputs=campaign_details_input, js=js)
|
178 |
|
179 |
|
180 |
|
|
|
174 |
live=False
|
175 |
)
|
176 |
|
177 |
+
#iface.load(fn=get_config, outputs=campaign_details_input, js=js)
|
178 |
|
179 |
|
180 |
|
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
python-dotenv
|
2 |
-
gradio
|
3 |
requests
|
|
|
1 |
python-dotenv
|
2 |
+
gradio==4.29.0
|
3 |
requests
|