Spaces:
Sleeping
Sleeping
File size: 236 Bytes
cfd0921 062370f 05d9a63 030a85d f821c4d aac0c8c 062370f b10e3a0 062370f |
1 2 3 4 5 6 7 8 9 10 11 |
import os
import gradio as gr
os.system('pip install git+https://github.com/broadfield-dev/Do_it_All')
from doitall import demo
def run_demo():
demo.main()
with gr.Blocks() as app:
app.load(run_demo,None,None)
app.launch() |