Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import joblib
|
|
|
3 |
import numpy as np
|
4 |
import pandas as pd
|
5 |
from huggingface_hub import hf_hub_download
|
|
|
1 |
import gradio as gr
|
2 |
import joblib
|
3 |
+
import streamlit as st
|
4 |
import numpy as np
|
5 |
import pandas as pd
|
6 |
from huggingface_hub import hf_hub_download
|