chansung commited on
Commit
162393d
·
1 Parent(s): 3b460e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()