utkmst commited on
Commit
6d9f1cf
·
verified ·
1 Parent(s): 720e805

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ label = gr.Label(label="Predictions")
27
  examples = ['example1.jpeg', 'example2.jpeg', 'example3.jpeg'] # Replace with your example images
28
 
29
  # Define a theme selector
30
- theme_selector = gr.inputs.Dropdown(choices=['default', 'dark', 'huggingface', 'compact'], label="Choose Theme", default='default')
31
 
32
  # Function to create and launch the Gradio interface
33
  def create_interface(theme):
 
27
  examples = ['example1.jpeg', 'example2.jpeg', 'example3.jpeg'] # Replace with your example images
28
 
29
  # Define a theme selector
30
+ theme_selector = gr.Dropdown(choices=['default', 'dark', 'huggingface', 'compact'], label="Choose Theme", default='default')
31
 
32
  # Function to create and launch the Gradio interface
33
  def create_interface(theme):