File size: 341 Bytes
30d3238
 
59d384c
22d986c
b0c18bd
cf846f3
30d3238
 
2018b5d
 
 
1
2
3
4
5
6
7
8
9
10
11
import os
import gradio as gr
gr.Info("Demo Space has no API keys. Duplicate this space and add your API keys") 
os.system('pip install git+https://github.com/broadfield-dev/Do_it_All@dev')
os.system('playwright install')
os.system('playwright install-deps')
from doitall import demo
runit=demo.main()
if __name__==__main__:
    runit()