Spaces:
Sleeping
Sleeping
Commit
·
055533d
1
Parent(s):
62efb75
relative link inside hugging face
Browse files
app.py
CHANGED
@@ -67,7 +67,8 @@ def create_application():
|
|
67 |
return (gr.update(visible=False), *visibility)
|
68 |
|
69 |
def model_change(value):
|
70 |
-
return gr.update(link=
|
|
|
71 |
|
72 |
with gr.Blocks(theme="Zarkel/IBM_Carbon_Theme") as application:
|
73 |
task_dropdown = gr.Dropdown(
|
|
|
67 |
return (gr.update(visible=False), *visibility)
|
68 |
|
69 |
def model_change(value):
|
70 |
+
return gr.update(link=value, visible=True)
|
71 |
+
# return gr.update(link=f"https://huggingface.co/{value}", visible=True)
|
72 |
|
73 |
with gr.Blocks(theme="Zarkel/IBM_Carbon_Theme") as application:
|
74 |
task_dropdown = gr.Dropdown(
|