theresaschneider commited on
Commit
4c6a6c9
1 Parent(s): f8cb3f5

feat: got rid of install gradio line

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1051,7 +1051,7 @@ plt.show()
1051
  """
1052
 
1053
  # Install Gradio
1054
- !pip install --quiet gradio
1055
 
1056
  # Import Gradio Library
1057
  import gradio as gr
 
1051
  """
1052
 
1053
  # Install Gradio
1054
+ # !pip install --quiet gradio
1055
 
1056
  # Import Gradio Library
1057
  import gradio as gr