Kevin676 commited on
Commit
7d83b75
1 Parent(s): e3a3851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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