File size: 279 Bytes
eaa0a15
 
 
d7877f9
a32796b
 
208b1a7
1
2
3
4
5
6
7
8
import gradio as gr
import os

with gr.Blocks(theme=gr.themes.Base(), css='style.css') as demo:
    gr.load("blueberryai/eva_corporate-oversight", src="spaces", hf_token=os.environ['PRIVATE_TOKEN'])

demo.launch(auth=(os.environ['USERNAME'], os.environ['PASSWORD']), share=True)