Z3ktrix commited on
Commit
c23f083
Β·
verified Β·
1 Parent(s): ebaf2cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,7 +30,7 @@ def chatbot_response(input_text):
30
  # Gradio interface
31
  def main():
32
  with gr.Blocks() as demo:
33
- gr.Markdown("# Mistral-7B Chatbot")
34
 
35
  with gr.Row():
36
  input_box = gr.Textbox(label="Input Text", placeholder="Type your question here...", lines=2)
@@ -46,4 +46,4 @@ def main():
46
 
47
  if __name__ == "__main__":
48
  main()
49
- grc.Client("Z3ktrix/Chatty").deploy_discord(to_id="1247789500445233275")
 
30
  # Gradio interface
31
  def main():
32
  with gr.Blocks() as demo:
33
+ gr.Markdown("Chatty")
34
 
35
  with gr.Row():
36
  input_box = gr.Textbox(label="Input Text", placeholder="Type your question here...", lines=2)
 
46
 
47
  if __name__ == "__main__":
48
  main()
49
+ grc.Client("Z3ktrix/mistralai-Mistral-7B-Instruct-v0.3").deploy_discord(to_id="1247789500445233275")