Z3ktrix commited on
Commit
d118582
Β·
verified Β·
1 Parent(s): dfa5682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -42,9 +42,10 @@ def main():
42
 
43
  submit_button.click(fn=chatbot_response, inputs=input_box, outputs=output_box)
44
 
45
- grc.Client("Z3ktrix/mistralai-Mistral-7B-Instruct-v0.3").deploy_discord(to_id="1247789500445233275")
46
 
47
- # demo.launch()
48
 
49
- #if __name__ == "__main__":
50
- # main()
 
 
42
 
43
  submit_button.click(fn=chatbot_response, inputs=input_box, outputs=output_box)
44
 
45
+
46
 
47
+ demo.launch()
48
 
49
+ if __name__ == "__main__":
50
+ main()
51
+ grc.Client("Z3ktrix/mistralai-Mistral-7B-Instruct-v0.3").deploy_discord(to_id="1247789500445233275")