Dagfinn1962 commited on
Commit
3e07bd8
1 Parent(s): cd73ed0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import time
2
  import logging
3
  import gradio as gr
4
- import gradio as gr
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
- with gr.Blocks(theme=theme) as demo:
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