Spaces:
Paused
Paused
Update app.py
Browse files
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=[
|