Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import torch
|
|
5 |
|
6 |
# Use a CPU-compatible base model (replace this with your actual full-precision model)
|
7 |
base_model_id = "unsloth/gemma-2-9b" # Replace with real CPU-compatible model
|
8 |
-
lora_model_id = "import gradio as gr
|
9 |
from huggingface_hub import InferenceClient
|
10 |
import os
|
11 |
|
|
|
5 |
|
6 |
# Use a CPU-compatible base model (replace this with your actual full-precision model)
|
7 |
base_model_id = "unsloth/gemma-2-9b" # Replace with real CPU-compatible model
|
8 |
+
lora_model_id = "import gradio as gr"
|
9 |
from huggingface_hub import InferenceClient
|
10 |
import os
|
11 |
|