Spaces:
Runtime error
Runtime error
Commit
Β·
73b97fd
1
Parent(s):
dd48a14
Update app.py
Browse files
app.py
CHANGED
@@ -359,6 +359,7 @@ with gr.Blocks() as demo2:
|
|
359 |
gr.Markdown("""
|
360 |
### <br><center style="color:green">(Update π Endpoint)</center>
|
361 |
""")
|
|
|
362 |
with gr.Row():
|
363 |
gr.Markdown("""
|
364 |
#### Cloud Provider
|
@@ -370,7 +371,7 @@ with gr.Blocks() as demo2:
|
|
370 |
|
371 |
with gr.Row():
|
372 |
update_provider_selector = gr.Dropdown(
|
373 |
-
choices=
|
374 |
interactive=True,
|
375 |
show_label=False,
|
376 |
)
|
|
|
359 |
gr.Markdown("""
|
360 |
### <br><center style="color:green">(Update π Endpoint)</center>
|
361 |
""")
|
362 |
+
update_providers = avaliable_providers()
|
363 |
with gr.Row():
|
364 |
gr.Markdown("""
|
365 |
#### Cloud Provider
|
|
|
371 |
|
372 |
with gr.Row():
|
373 |
update_provider_selector = gr.Dropdown(
|
374 |
+
choices=update_providers,
|
375 |
interactive=True,
|
376 |
show_label=False,
|
377 |
)
|