dicamacho commited on
Commit
2366aea
·
verified ·
1 Parent(s): 8edb0ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ def ask(question):
10
  return response.split("Assistant:")[-1].strip()
11
 
12
  demo = gr.Interface(fn=ask, inputs="text", outputs="text",
13
- title="🧠 Ask Falcon",
14
- description="Ask anything. Powered by Falcon-7B-Instruct (no token needed!)")
15
 
16
  if __name__ == "__main__":
17
  demo.launch()
 
10
  return response.split("Assistant:")[-1].strip()
11
 
12
  demo = gr.Interface(fn=ask, inputs="text", outputs="text",
13
+ title="🧠 Ask This LLM!",
14
+ description="Ask about any topic.")
15
 
16
  if __name__ == "__main__":
17
  demo.launch()