caviri
commited on
Commit
·
5b51607
1
Parent(s):
cfa75d2
ci: Testing HF
Browse files- app/main.py +2 -1
app/main.py
CHANGED
@@ -19,7 +19,8 @@ import gradio as gr
|
|
19 |
# from styling.theme import css
|
20 |
|
21 |
# with gr.Blocks(theme=theme, css=css) as demo:
|
22 |
-
with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
|
|
23 |
#create_json_all_individuals()
|
24 |
# ---------------------------------------------------------
|
25 |
# Intro Text
|
|
|
19 |
# from styling.theme import css
|
20 |
|
21 |
# with gr.Blocks(theme=theme, css=css) as demo:
|
22 |
+
#with gr.Blocks(theme='shivi/calm_seafoam') as demo:
|
23 |
+
with gr.Blocks() as demo:
|
24 |
#create_json_all_individuals()
|
25 |
# ---------------------------------------------------------
|
26 |
# Intro Text
|