Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def chat(question):
|
|
44 |
]
|
45 |
|
46 |
# Run the command
|
47 |
-
return subprocess.run(command, capture_output=True, text=True)
|
48 |
# if output.returncode == 0:
|
49 |
# return output.stdout
|
50 |
# else:
|
|
|
44 |
]
|
45 |
|
46 |
# Run the command
|
47 |
+
return subprocess.run(command, capture_output=True, text=True).stdout
|
48 |
# if output.returncode == 0:
|
49 |
# return output.stdout
|
50 |
# else:
|