hsuwill000 commited on
Commit
97328ac
·
verified ·
1 Parent(s): e4786c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- run_command('pip install openai')
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