Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
import sys
|
| 2 |
-
{sys.executable} -m pip install streamlit transformers accelerate torch
|
| 3 |
-
|
| 4 |
import streamlit as st
|
| 5 |
|
| 6 |
HF_API_TOKEN = "your_huggingface_api_token_here" # <-- paste your token
|
|
|
|
| 1 |
import sys
|
|
|
|
|
|
|
| 2 |
import streamlit as st
|
| 3 |
|
| 4 |
HF_API_TOKEN = "your_huggingface_api_token_here" # <-- paste your token
|