Aditya757864 commited on
Commit
8a8a6ed
1 Parent(s): 91e4260

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def process_image(threshold=0, last_image=None):
137
  intf = gr.Interface(fn=process_image, inputs=gr.Slider(minimum=0.0, maximum=1, value=0.5, label="Threshold"),
138
  outputs=[gr.Plot(), gr.Plot(), gr.Image()],
139
  title='Threat Classification from Google Drive Image',
140
- theme=gr.themes.Default(),live=True)
141
 
142
  # Display the interface
143
  intf.launch(debug=True, share=True)
 
137
  intf = gr.Interface(fn=process_image, inputs=gr.Slider(minimum=0.0, maximum=1, value=0.5, label="Threshold"),
138
  outputs=[gr.Plot(), gr.Plot(), gr.Image()],
139
  title='Threat Classification from Google Drive Image',
140
+ theme=gr.themes.Default())
141
 
142
  # Display the interface
143
  intf.launch(debug=True, share=True)