Spaces:
Sleeping
Sleeping
add requirement
Browse files- app.py +4 -4
- 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
|