Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
10 |
authenticate_hf(HF_TOKEN)
|
11 |
|
12 |
# Create the Gradio Blocks interface
|
13 |
-
with gr.Blocks(theme="
|
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)
|
|
|
10 |
authenticate_hf(HF_TOKEN)
|
11 |
|
12 |
# Create the Gradio Blocks interface
|
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)
|