Add application file
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import os
|
|
| 2 |
import json
|
| 3 |
import subprocess
|
| 4 |
from threading import Thread
|
|
|
|
| 5 |
|
| 6 |
import torch
|
| 7 |
import spaces
|
|
|
|
| 2 |
import json
|
| 3 |
import subprocess
|
| 4 |
from threading import Thread
|
| 5 |
+
from peft import PeftModel
|
| 6 |
|
| 7 |
import torch
|
| 8 |
import spaces
|