Sales_Script / app.py
fruitpicker01's picture
Update app.py
e127188 verified
raw
history blame contribute delete
229 Bytes
import os
import gradio as gr
with gr.Blocks() as page:
gr.load("spaces/fruitpicker01/Sales_script_v1",
hf_token=os.getenv("HF_PRIVATE_TOKEN"),
every=0,
show_progress="full")
page.launch()