TobDeBer commited on
Commit
5bd86c4
·
verified ·
1 Parent(s): 3a8618f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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,