Spaces:
Sleeping
Sleeping
AFischer1985
commited on
Commit
•
3f1cb20
1
Parent(s):
1dbe5ef
Update run.py
Browse files
run.py
CHANGED
@@ -30,4 +30,4 @@ def response(message, history):
|
|
30 |
pass
|
31 |
yield response
|
32 |
|
33 |
-
gr.ChatInterface(response).queue().launch(share=True)
|
|
|
30 |
pass
|
31 |
yield response
|
32 |
|
33 |
+
gr.ChatInterface(response,title="WizardLM-13B-v1.2-Interface",description="Graphical User Interface to WizardLM-13B-v1.2 (Q4_0) based on the [API here](https://huggingface.co/spaces/AFischer1985/wizardlm-13b-v1-2-q4-0-gguf)").queue().launch(share=True)
|