File size: 140 Bytes
cfd0921
062370f
05d9a63
030a85d
c77ceba
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
demo.main()