Spaces:
Running
Running
gerasdf
commited on
Commit
·
998cc74
1
Parent(s):
6fd5d82
gitignore
Browse files- .gitignore +3 -0
- app.py +2 -2
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
.venv
|
2 |
+
.env
|
3 |
+
Media
|
app.py
CHANGED
@@ -121,8 +121,8 @@ AUTH_JS = """function auth_js(token, state) {
|
|
121 |
with gr.Blocks(
|
122 |
title="Je suis Le Petit Nicolas",
|
123 |
fill_height=True,
|
124 |
-
|
125 |
-
theme='freddyaboulton/[email protected]'
|
126 |
) as demo:
|
127 |
state = new_state()
|
128 |
|
|
|
121 |
with gr.Blocks(
|
122 |
title="Je suis Le Petit Nicolas",
|
123 |
fill_height=True,
|
124 |
+
theme=gr.themes.Base()
|
125 |
+
# theme='freddyaboulton/[email protected]'
|
126 |
) as demo:
|
127 |
state = new_state()
|
128 |
|