Spaces:
Runtime error
Runtime error
Commit ·
f498722
1
Parent(s): e4aa3cf
removing Share
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def run_ui(model, tokenizer, is_chat_model, model_type):
|
|
| 114 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 115 |
|
| 116 |
demo.queue()
|
| 117 |
-
demo.launch(
|
| 118 |
|
| 119 |
def main(model_name="", file_name=""):
|
| 120 |
model_name = "TheBloke/Llama-2-7B-Chat-GGML" #"TheBloke/Llama-2-13B-GPTQ"
|
|
|
|
| 114 |
clear.click(lambda: None, None, chatbot, queue=False)
|
| 115 |
|
| 116 |
demo.queue()
|
| 117 |
+
demo.launch(debug=True)
|
| 118 |
|
| 119 |
def main(model_name="", file_name=""):
|
| 120 |
model_name = "TheBloke/Llama-2-7B-Chat-GGML" #"TheBloke/Llama-2-13B-GPTQ"
|