Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
3e07bd8
1
Parent(s):
cd73ed0
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import time
|
2 |
import logging
|
3 |
import gradio as gr
|
4 |
-
|
5 |
|
6 |
theme = gr.themes.Glass(
|
7 |
primary_hue="amber",
|
@@ -9,7 +9,7 @@ theme = gr.themes.Glass(
|
|
9 |
neutral_hue="amber",
|
10 |
)
|
11 |
|
12 |
-
|
13 |
|
14 |
|
15 |
|
|
|
1 |
import time
|
2 |
import logging
|
3 |
import gradio as gr
|
4 |
+
|
5 |
|
6 |
theme = gr.themes.Glass(
|
7 |
primary_hue="amber",
|
|
|
9 |
neutral_hue="amber",
|
10 |
)
|
11 |
|
12 |
+
|
13 |
|
14 |
|
15 |
|