LISA / app.py
Kadi-IAM's picture
Update app.py
5bbc4f3 verified
raw
history blame contribute delete
180 Bytes
import gradio as gr
url = "https://huggingface.co/spaces/LISA-Kadi/LISA-demo"
with gr.Blocks() as demo:
gr.Markdown(f'[Click here to visit LISA Demo]({url})')
demo.launch()