Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,7 @@ import gradio as gr
|
|
2 |
|
3 |
url = "https://huggingface.co/spaces/LISA-Kadi/LISA-demo"
|
4 |
|
5 |
-
|
6 |
-
|
7 |
|
8 |
-
demo
|
9 |
-
|
10 |
-
demo.launch()
|
|
|
2 |
|
3 |
url = "https://huggingface.co/spaces/LISA-Kadi/LISA-demo"
|
4 |
|
5 |
+
with gr.Blocks() as demo:
|
6 |
+
gr.Markdown(f'[Click here to visit LISA Demo]({url})')
|
7 |
|
8 |
+
demo.launch()
|
|
|
|