Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def get_predictions(image):
|
|
53 |
with gr.Blocks() as demo:
|
54 |
gr.Markdown("## Simple demo for a Image Classification of the Beans Dataset with HF ViT model")
|
55 |
|
56 |
-
wb_token_if = gr.Textbox("Your Weight & Biases API Key")
|
57 |
|
58 |
with gr.Row():
|
59 |
image_if = gr.Image()
|
|
|
53 |
with gr.Blocks() as demo:
|
54 |
gr.Markdown("## Simple demo for a Image Classification of the Beans Dataset with HF ViT model")
|
55 |
|
56 |
+
wb_token_if = gr.Textbox(interactive=True, label="Your Weight & Biases API Key")
|
57 |
|
58 |
with gr.Row():
|
59 |
image_if = gr.Image()
|