abinashnp commited on
Commit
7c893bd
·
1 Parent(s): fc75c3c

Initial Space setup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def respond(query):
18
  num_beams=1)[0]["generated_text"]
19
  return out
20
 
21
- # Build Gradio interface
22
  with gr.Blocks() as demo:
23
  gr.Markdown("# 🤖 Bayedger FAQ Chatbot")
24
  txt = gr.Textbox(label="Ask me anything", placeholder="Type your question here…")
 
18
  num_beams=1)[0]["generated_text"]
19
  return out
20
 
21
+ # Build Gradio interface sss
22
  with gr.Blocks() as demo:
23
  gr.Markdown("# 🤖 Bayedger FAQ Chatbot")
24
  txt = gr.Textbox(label="Ask me anything", placeholder="Type your question here…")