DenkingOfficial
Initial deploy
217866d
raw
history blame contribute delete
No virus
97 Bytes
import subprocess
subprocess.run("uvicorn main_app:app --host 0.0.0.0 --port 7860", shell=True)