Fix kadichat link
Browse files
app.py
CHANGED
@@ -622,7 +622,7 @@ def main():
|
|
622 |
|
623 |
with gr.Tab("KadiChat 💬"):
|
624 |
kadichat_tmp_link = (
|
625 |
-
"https://
|
626 |
)
|
627 |
with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
|
628 |
gr.HTML(
|
|
|
622 |
|
623 |
with gr.Tab("KadiChat 💬"):
|
624 |
kadichat_tmp_link = (
|
625 |
+
"https://kadi-iam-kadichat.hf.space/" # vision model link
|
626 |
)
|
627 |
with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
|
628 |
gr.HTML(
|