tdnathmlenthusiast commited on
Commit
9f55f25
1 Parent(s): 06a8c73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,4 +73,4 @@ iface = gr.Interface(fn=recommend_fruits,
73
  ) # Adjust the refresh rate here (in seconds)
74
 
75
  # Add a clear button to reset the output
76
- iface.launch(share=True, debug=True, clear_button=True)
 
73
  ) # Adjust the refresh rate here (in seconds)
74
 
75
  # Add a clear button to reset the output
76
+ iface.launch(share=True, debug=True)