halilbabacan commited on
Commit
9db5851
1 Parent(s): cf8eaa1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
1
  import gradio as gr
2
 
 
 
3
  gr.load("models/halilbabacan/lora_model").launch()
 
1
+ pip install bitsandbytes
2
+ python -m bitsandbytes
3
  import gradio as gr
4
 
5
+
6
+
7
  gr.load("models/halilbabacan/lora_model").launch()