omarhkh commited on
Commit
1c7143b
1 Parent(s): cef6856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ with demo:
148
 
149
  img_but = gr.Button('Detect')
150
 
151
- with gr.Blocks() as demo:
152
  name = gr.Textbox(label="Name")
153
  output = gr.Textbox(label="Results")
154
  greet_btn = gr.Button("Results")
 
148
 
149
  img_but = gr.Button('Detect')
150
 
151
+ with gr.Blocks():
152
  name = gr.Textbox(label="Name")
153
  output = gr.Textbox(label="Results")
154
  greet_btn = gr.Button("Results")