segestic commited on
Commit
47914fc
·
1 Parent(s): f6d3f4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  import streamlit as st
2
  import json
3
  import requests
 
1
+ import subprocess
2
+
3
+ subprocess.run("uvicorn application.server.main:app --host 0.0.0.0 --port 7860", shell=True)
4
+
5
+
6
  import streamlit as st
7
  import json
8
  import requests