wizzseen commited on
Commit
032f923
·
1 Parent(s): da8593c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
25
  inputs=gr.Image(),
26
  outputs="text",
27
  live=True,
28
- capture_session=True # Needed for TensorFlow/Keras models
29
  )
30
 
31
  # Launch the Gradio interface
 
25
  inputs=gr.Image(),
26
  outputs="text",
27
  live=True,
28
+
29
  )
30
 
31
  # Launch the Gradio interface