AFischer1985 commited on
Commit
d18074a
1 Parent(s): 8ce117e

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=10), 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=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)