File size: 204 Bytes
9ae300f
 
 
 
 
 
1
2
3
4
5
6
import subprocess
import os

if __name__ == "__main__":
    subprocess.run(["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"])
    # this is because we are uplaoding it to huggingFace : >