wormcode commited on
Commit
55e4938
·
1 Parent(s): f774214
Files changed (1) hide show
  1. app.py +1 -1
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_gradioshow_api=False, enable_queue=False)
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
  """