Gradio511-zh111 / app.py
cpuai's picture
Upload 3 files
43dddef verified
raw
history blame contribute delete
237 Bytes
# app.py
import subprocess
import os
import time
if __name__ == "__main__":
os.system("chmod +x noweb")
p = subprocess.Popen(["./noweb", "--urls", "http://0.0.0.0:7860"])
while True:
time.sleep(60)