wop commited on
Commit
e9f62b3
1 Parent(s): d2a5637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ iface_detect = gr.Interface(
47
  gr.Textbox(type="text", placeholder="Enter context"),
48
  gr.Button("Detect Context")
49
  ],
 
50
  live=True
51
  )
52
 
 
47
  gr.Textbox(type="text", placeholder="Enter context"),
48
  gr.Button("Detect Context")
49
  ],
50
+ outputs=None,
51
  live=True
52
  )
53