File size: 102 Bytes
6af7294
 
 
 
 
1
2
3
4
5
6
import gradio as gr
from blocks.main import main_box
blocks = main_box()
blocks.launch(share = True)