Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ g = gr.Interface(
|
|
199 |
description="Alpaca-LoRA is a 7B-parameter LLaMA model finetuned to follow instructions. It is trained on the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset and makes use of the Huggingface LLaMA implementation. For more information, please visit [the project's website](https://github.com/tloen/alpaca-lora).",
|
200 |
)
|
201 |
g.queue(concurrency_count=1)
|
202 |
-
g.launch()
|
203 |
|
204 |
# Old testing code follows.
|
205 |
|
|
|
199 |
description="Alpaca-LoRA is a 7B-parameter LLaMA model finetuned to follow instructions. It is trained on the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset and makes use of the Huggingface LLaMA implementation. For more information, please visit [the project's website](https://github.com/tloen/alpaca-lora).",
|
200 |
)
|
201 |
g.queue(concurrency_count=1)
|
202 |
+
g.launch(show_error = True)
|
203 |
|
204 |
# Old testing code follows.
|
205 |
|