Aytaj commited on
Commit
b2c1dfc
1 Parent(s): 62b4437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
  pipe = pipeline('text-generation', model='Pclanglais/MonadGPT', device='cuda')
4
 
 
5
  def main():
6
  st.title("MonadGPT Streamlit App")
7
  st.markdown("This is a streamlit app that allows you to have a conversation abbout any topic")
 
2
  from transformers import pipeline
3
  pipe = pipeline('text-generation', model='Pclanglais/MonadGPT', device='cuda')
4
 
5
+
6
  def main():
7
  st.title("MonadGPT Streamlit App")
8
  st.markdown("This is a streamlit app that allows you to have a conversation abbout any topic")