hsienchen commited on
Commit
de3eaca
1 Parent(s): fc7f41a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -52,8 +52,7 @@ def sentence_builder(animal, place):
52
 
53
  # gradio block
54
 
55
- with gr.Blocks() as app:
56
- theme='snehilsanyal/scikit-learn'
57
  with gr.Row():
58
  image_box = gr.Image(type="filepath")
59
 
 
52
 
53
  # gradio block
54
 
55
+ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
 
56
  with gr.Row():
57
  image_box = gr.Image(type="filepath")
58