bara_project2 / app.py
Kartheesh's picture
Update app.py
cf7691b
raw
history blame
128 Bytes
import gradio as gr
def show():
return gr.load("spaces/Kartheesh/bara_project1")
demo = gr.Interface(fn=show)
demo.launch()