Vineedhar commited on
Commit
590f134
·
verified ·
1 Parent(s): 181c932

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,5 +1,9 @@
1
  import gradio as gr
2
 
 
 
 
 
3
  # Load the model
4
  model_interface = gr.load("models/google/gemma-2-2b-it")
5
 
 
1
  import gradio as gr
2
 
3
+ #LICENSE.gradio - https://github.com/gradio-app/gradio/blob/main/LICENSE
4
+ #LICENSE.gemma2 - https://github.com/google-deepmind/gemma/blob/main/LICENSE
5
+
6
+
7
  # Load the model
8
  model_interface = gr.load("models/google/gemma-2-2b-it")
9