AFischer1985 commited on
Commit
30ab4f3
1 Parent(s): d18074a

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -30,4 +30,4 @@ def response(message, history):
30
  pass
31
  yield response
32
 
33
- gr.ChatInterface(response,title="WizardLM-13B-v1.2-Interface",chatbot=gr.Chatbot(height=100), description="Graphical User Interface to WizardLM-13B-v1.2 (Q8_0) based on the [API here](https://huggingface.co/spaces/AFischer1985/wizardlm-13b-v1-2-q8-0-gguf)").queue().launch(share=True)
 
30
  pass
31
  yield response
32
 
33
+ gr.ChatInterface(response,title="WizardLM-13B-v1.2-Interface",chatbot=gr.Chatbot(height=250), description="Graphical User Interface to WizardLM-13B-v1.2 (Q8_0) based on the [API here](https://huggingface.co/spaces/AFischer1985/wizardlm-13b-v1-2-q8-0-gguf)").queue().launch(share=True)