kinet-test / app.py
tree3po's picture
Update app.py
6507446 verified
raw
history blame
134 Bytes
import os
import pygbag
import gradio as gr
gr.HTML("""<iframe src='http://localhost:8000/'></iframe>""")
os.system("pygbag main.py")