BoburAmirov commited on
Commit
d71a74b
1 Parent(s): bee8083

model load with peft

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,5 +44,6 @@ iface = gr.Interface(
44
  description="Generate text using a fine-tuned LLaMA model."
45
  )
46
 
 
47
  if __name__ == "__main__":
48
  iface.launch(server_name="0.0.0.0", server_port=7860)
 
44
  description="Generate text using a fine-tuned LLaMA model."
45
  )
46
 
47
+
48
  if __name__ == "__main__":
49
  iface.launch(server_name="0.0.0.0", server_port=7860)