Fan21 commited on
Commit
6756cf8
1 Parent(s): 85ed48e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -126,8 +126,8 @@ g = gr.Interface(
126
  label="Output",
127
  )
128
  ],
129
- title="🦙🌲 Alpaca-LoRA",
130
- 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).",
131
  )
132
  g.queue(concurrency_count=1)
133
  g.launch()
 
126
  label="Output",
127
  )
128
  ],
129
+ title="Llama-mt",
130
+ description="",
131
  )
132
  g.queue(concurrency_count=1)
133
  g.launch()