Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -4617,7 +4617,7 @@ Sample commands:
|
|
4617 |
|
4618 |
|
4619 |
|
4620 |
-
if args.user_interface:
|
4621 |
if local_llm:
|
4622 |
local_llm_function()
|
4623 |
time.sleep(2)
|
|
|
4617 |
|
4618 |
|
4619 |
|
4620 |
+
if not args.user_interface:
|
4621 |
if local_llm:
|
4622 |
local_llm_function()
|
4623 |
time.sleep(2)
|