Dagfinn1962 commited on
Commit
5ee0d22
1 Parent(s): f3b4e45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -11,10 +11,6 @@ theme = gr.themes.Glass(
11
  secondary_hue="neutral",
12
  )
13
 
14
- with gr.Blocks(theme=theme) as demo:
15
-
16
-
17
-
18
 
19
  logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.INFO)
20
  logging.warning("READY. App started...")
 
11
  secondary_hue="neutral",
12
  )
13
 
 
 
 
 
14
 
15
  logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.INFO)
16
  logging.warning("READY. App started...")