grimzaeye commited on
Commit
68f3c75
ยท
1 Parent(s): ebf5ef9

add requirement

Browse files
Files changed (2) hide show
  1. app.py +4 -4
  2. requirement.txt +1 -1
app.py CHANGED
@@ -1,12 +1,12 @@
1
  import streamlit as st
2
- import wget
3
 
4
  x = st.slider('Select a value')
5
  st.write(x, 'squared is', x * x)
6
 
7
- wget.download("https://github.com/chdaesung/sogang/raw/main/2024/genAI/P9-streamlit/autoai.mp4")
8
- wget.download("https://github.com/chdaesung/sogang/raw/main/2024/genAI/P9-streamlit/news.mp3")
9
- wget.download("https://raw.githubusercontent.com/chdaesung/sogang/main/2024/genAI/P9-streamlit/Streamlit-logo-primary-colormark-darktext.png")
10
 
11
  # main.py์— ๋‹ค์Œ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜๊ณ  ์ €์žฅํ•˜์‹ญ์‹œ์˜ค.
12
  st.header("this is the markdown")
 
1
  import streamlit as st
2
+ # import wget
3
 
4
  x = st.slider('Select a value')
5
  st.write(x, 'squared is', x * x)
6
 
7
+ # wget.download("https://github.com/chdaesung/sogang/raw/main/2024/genAI/P9-streamlit/autoai.mp4")
8
+ # wget.download("https://github.com/chdaesung/sogang/raw/main/2024/genAI/P9-streamlit/news.mp3")
9
+ # wget.download("https://raw.githubusercontent.com/chdaesung/sogang/main/2024/genAI/P9-streamlit/Streamlit-logo-primary-colormark-darktext.png")
10
 
11
  # main.py์— ๋‹ค์Œ ์ฝ”๋“œ๋ฅผ ์ž…๋ ฅํ•˜๊ณ  ์ €์žฅํ•˜์‹ญ์‹œ์˜ค.
12
  st.header("this is the markdown")
requirement.txt CHANGED
@@ -1,2 +1,2 @@
1
  transformer
2
- torch
 
1
  transformer
2
+ torch