Spaces:
Runtime error
Runtime error
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() | |