Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -0
src/streamlit_app.py
CHANGED
|
@@ -16,6 +16,7 @@ os.environ["XDG_CONFIG_HOME"] = "/tmp/.config"
|
|
| 16 |
from huggingface_hub import login
|
| 17 |
login(os.environ.get("HF_TOKEN", ""))
|
| 18 |
|
|
|
|
| 19 |
import torch
|
| 20 |
import numpy as np
|
| 21 |
import pandas as pd
|
|
|
|
| 16 |
from huggingface_hub import login
|
| 17 |
login(os.environ.get("HF_TOKEN", ""))
|
| 18 |
|
| 19 |
+
import streamlit as st
|
| 20 |
import torch
|
| 21 |
import numpy as np
|
| 22 |
import pandas as pd
|