Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def run_command(command, cwd=None):
|
|
11 |
print(f"Command succeeded: {command}")
|
12 |
print(result.stdout)
|
13 |
|
14 |
-
|
15 |
|
16 |
import time
|
17 |
import gradio as gr
|
|
|
11 |
print(f"Command succeeded: {command}")
|
12 |
print(result.stdout)
|
13 |
|
14 |
+
run_command('pip install openai')
|
15 |
|
16 |
import time
|
17 |
import gradio as gr
|