Vineedhar commited on
Commit
9a734da
·
verified ·
1 Parent(s): b74ef1e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -2,6 +2,10 @@ import streamlit as st
2
  import torch
3
  from transformers import pipeline
4
 
 
 
 
 
5
  def main():
6
  # Set up the page
7
  st.set_page_config(page_title="Nudge Generator Demo - tinyllama 1b", page_icon="orYx logo.png")
 
2
  import torch
3
  from transformers import pipeline
4
 
5
+ #LICENSE.torch - https://github.com/pmeier/light-the-torch/blob/main/LICENSE
6
+ #LICENSE.tranformers - https://github.com/huggingface/huggingface_hub/blob/main/LICENSE
7
+ # LICENSE.streamlit - https://github.com/streamlit/streamlit/blob/develop/LICENSE
8
+ # LICENSE.TinyLlama - apache-2.0
9
  def main():
10
  # Set up the page
11
  st.set_page_config(page_title="Nudge Generator Demo - tinyllama 1b", page_icon="orYx logo.png")