Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
halilbabacan
/
halilbabacan-lora_model
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
halilbabacan
commited on
May 11, 2024
Commit
9db5851
·
verified
·
1 Parent(s):
cf8eaa1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
CHANGED
Viewed
@@ -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()