Ramesh-vani commited on
Commit
44ea949
·
1 Parent(s): e5d281d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ def run_command(command):
8
  else:
9
  result = error.decode('utf-8')
10
  return result
11
- cmd="gunicorn -w 4 -b 0.0.0.0:7860 app:server"
12
  run_command(cmd)
 
8
  else:
9
  result = error.decode('utf-8')
10
  return result
11
+ cmd="python server.py"
12
  run_command(cmd)