Dagfinn1962 commited on
Commit
cd73ed0
1 Parent(s): 6a2a066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ theme = gr.themes.Glass(
11
 
12
  with gr.Blocks(theme=theme) as demo:
13
 
14
- from src.llm_boilers import llm_boiler
15
 
16
 
17
  logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.INFO)
 
11
 
12
  with gr.Blocks(theme=theme) as demo:
13
 
14
+
15
 
16
 
17
  logging.basicConfig(format="%(asctime)s - %(message)s", level=logging.INFO)