Spaces:
Runtime error
Runtime error
Commit ·
220e1a5
1
Parent(s): 727dc33
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ tokenizer = AutoTokenizer.from_pretrained(config.base_model_name_or_path)
|
|
| 16 |
model = PeftModel.from_pretrained(model, peft_model_id)
|
| 17 |
|
| 18 |
|
| 19 |
-
from IPython.display import display, Markdown
|
| 20 |
|
| 21 |
def make_inference(db_id, question):
|
| 22 |
batch = tokenizer(f"""
|
|
|
|
| 16 |
model = PeftModel.from_pretrained(model, peft_model_id)
|
| 17 |
|
| 18 |
|
| 19 |
+
# from IPython.display import display, Markdown
|
| 20 |
|
| 21 |
def make_inference(db_id, question):
|
| 22 |
batch = tokenizer(f"""
|