hwberry2 commited on
Commit
f687da5
·
1 Parent(s): 6948230

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
84
  return predicted_label
85
 
86
  def do_nothing():
87
- return
88
 
89
  # Creates the Gradio interface objects
90
  with gr.Row():
 
84
  return predicted_label
85
 
86
  def do_nothing():
87
+ pass
88
 
89
  # Creates the Gradio interface objects
90
  with gr.Row():