941be03 cf7691b 941be03 cf7691b
1
2
3
4
5
6
import gradio as gr def show(): return gr.load("spaces/Kartheesh/bara_project1") demo = gr.Interface(fn=show) demo.launch()