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

Update app.py

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