File size: 157 Bytes
cfd0921
062370f
5f9bade
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@dev')
from doitall import demo
runit=demo.main()
runit()