dwb2023 commited on
Commit
47e0177
1 Parent(s): 3d4f4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ authenticate_hf(HF_TOKEN)
13
  with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
14
  with gr.Row():
15
  with gr.Column():
16
- textbox = gr.Textbox(label="Model Name", placeholder="Enter the model name here OR select example below...", lines=1)
17
  gr.Markdown("### Vision Models")
18
  vision_examples = gr.Examples(
19
  examples=[
 
13
  with gr.Blocks(theme="sudeepshouche/minimalist") as demo:
14
  with gr.Row():
15
  with gr.Column():
16
+ textbox = gr.Textbox(label="Model Name", placeholder="Enter the model name here OR select an example below...", lines=1)
17
  gr.Markdown("### Vision Models")
18
  vision_examples = gr.Examples(
19
  examples=[