Rabbitt-AI commited on
Commit
34dd4cd
·
verified ·
1 Parent(s): c047872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,6 +16,7 @@ from gensim.models import Word2Vec
16
  from typing import List, Optional, Tuple
17
  import gradio as gr
18
  import moviepy.editor as mp
 
19
  logger = logging.getLogger(__name__)
20
  logging.basicConfig(level=logging.INFO)
21
 
@@ -380,7 +381,7 @@ with iface:
380
  "Detailed", "Concise", "Creative", "Technical"], label="Response Style"
381
  ),
382
  ],
383
- outputs= gr.Markdown(label="# **ChanceRAG Response**"),
384
  )
385
 
386
  iface.launch(share=True)
 
16
  from typing import List, Optional, Tuple
17
  import gradio as gr
18
  import moviepy.editor as mp
19
+
20
  logger = logging.getLogger(__name__)
21
  logging.basicConfig(level=logging.INFO)
22
 
 
381
  "Detailed", "Concise", "Creative", "Technical"], label="Response Style"
382
  ),
383
  ],
384
+ outputs= gr.Markdown(value="# **ChanceRAG Response**"),
385
  )
386
 
387
  iface.launch(share=True)