typo ,
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ def main(
|
|
| 146 |
],
|
| 147 |
title="🦙🌲 Alpaca-LoRA",
|
| 148 |
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).", # noqa: E501
|
| 149 |
-
).launch(server_name=server_name, share=share_gradio
|
| 150 |
# Old testing code follows.
|
| 151 |
|
| 152 |
"""
|
|
|
|
| 146 |
],
|
| 147 |
title="🦙🌲 Alpaca-LoRA",
|
| 148 |
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).", # noqa: E501
|
| 149 |
+
).launch(server_name=server_name, share=share_gradio, show_api=False, enable_queue=False)
|
| 150 |
# Old testing code follows.
|
| 151 |
|
| 152 |
"""
|