Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,6 +70,7 @@ command = ["./" + exe_name, "-m", gguf_name, "--temp", "0.0", "-c", "2048", "-t"
|
|
| 70 |
process = subprocess.Popen(command)
|
| 71 |
print(f"Llama-server process started with PID {process.pid}")
|
| 72 |
|
|
|
|
| 73 |
|
| 74 |
def generate(
|
| 75 |
message: str,
|
|
|
|
| 70 |
process = subprocess.Popen(command)
|
| 71 |
print(f"Llama-server process started with PID {process.pid}")
|
| 72 |
|
| 73 |
+
print("Theme type:", type(custom_theme))
|
| 74 |
|
| 75 |
def generate(
|
| 76 |
message: str,
|