GenerativeQA / app.py
Sasidhar's picture
Update app.py
c5d5181
import os
#os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)