Praneeth KVS commited on
Commit
7cf7f07
·
verified ·
1 Parent(s): 4de29f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ Original file is located at
7
  https://colab.research.google.com/drive/1x6nj6FVHwQDucH0LD-skTOqRwKkDuwCZ
8
  """
9
 
10
- !pip install -q -U google-generativeai
11
 
12
  pip install gradio
13
 
@@ -44,7 +44,7 @@ iface = gr.ChatInterface(
44
  )
45
 
46
  if __name__ == '__main__':
47
- iface.launch(debug=True)
48
 
49
  #!git config --global credential.helper store
50
 
 
7
  https://colab.research.google.com/drive/1x6nj6FVHwQDucH0LD-skTOqRwKkDuwCZ
8
  """
9
 
10
+ pip install -q -U google-generativeai
11
 
12
  pip install gradio
13
 
 
44
  )
45
 
46
  if __name__ == '__main__':
47
+ iface.launch(debug=False)
48
 
49
  #!git config --global credential.helper store
50