File size: 153 Bytes
cfd0921
062370f
8e9a97b
030a85d
284b34a
 
1
2
3
4
5
6
import os
import gradio as gr
os.system('pip install git+https://github.com/broadfield-dev/Do_it_All')
from doitall import demo
runit=demo.main()
runit()