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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,7 +1,9 @@
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
 
1
  import gradio as gr
2
 
3
+ # LICENSE.gradio.Apachev2 - @article{abid2019gradio, title = {Gradio: Hassle-Free Sharing and Testing of ML Models in the Wild}, author = {Abid, Abubakar and Abdalla, Ali and Abid, Ali and Khan, Dawood and Alfozan, Abdulrahman and Zou, James}, journal = {arXiv preprint arXiv:1906.02569}, year = {2019},} (https://github.com/gradio-app/gradio/blob/main/LICENSE)
4
+
5
+ # LICENSE.gemma2.Apachev2 - Copyright 2024 DeepMind Technologies Limited (https://github.com/google-deepmind/gemma/blob/main/LICENSE)
6
+
7
 
8
 
9
  # Load the model