StevenChen16 commited on
Commit
8099517
1 Parent(s): b329f13

share=True, update model to v1.5

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,7 +38,7 @@ h1 {
38
  """
39
 
40
  args = dict(
41
- model_name_or_path="StevenChen16/llama3-8b-Lawyer",
42
  template="llama3",
43
  finetuning_type="lora",
44
  quantization_bit=8,
@@ -124,4 +124,4 @@ with gr.Blocks(css=css) as demo:
124
  gr.Markdown(LICENSE)
125
 
126
  if __name__ == "__main__":
127
- demo.launch()
 
38
  """
39
 
40
  args = dict(
41
+ model_name_or_path="StevenChen16/llama3-8b-Lawyer-v1.5",
42
  template="llama3",
43
  finetuning_type="lora",
44
  quantization_bit=8,
 
124
  gr.Markdown(LICENSE)
125
 
126
  if __name__ == "__main__":
127
+ demo.launch(share=True)