benjaminStreltzin commited on
Commit
1951355
·
verified ·
1 Parent(s): ba7113b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def predict(image: Image.Image):
14
 
15
  theme = gr.themes.Base()
16
 
17
- with gr.Blocks(theme=theme) as demo:
18
  # Define the Gradio interface
19
  gr.Interface(
20
  fn=predict,
 
14
 
15
  theme = gr.themes.Base()
16
 
17
+ with gr.Interface(theme=theme) as demo:
18
  # Define the Gradio interface
19
  gr.Interface(
20
  fn=predict,