Spaces:
Sleeping
Sleeping
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as demo:
|
|
30 |
library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
|
31 |
access_token = gr.Textbox(label="API Token", placeholder="Optional (for gated models)")
|
32 |
with gr.Row():
|
33 |
-
btn = gr.Button("
|
34 |
|
35 |
|
36 |
btn.click(
|
|
|
30 |
library = gr.Radio(["auto", "transformers", "timm"], label="Library", value="auto")
|
31 |
access_token = gr.Textbox(label="API Token", placeholder="Optional (for gated models)")
|
32 |
with gr.Row():
|
33 |
+
btn = gr.Button("Show Model Representation")
|
34 |
|
35 |
|
36 |
btn.click(
|