Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from huggingface_hub import InferenceClient
|
|
|
1 |
+
import warnings
|
2 |
+
warnings.simplefilter("ignore", category=FutureWarning)
|
3 |
+
|
4 |
import os
|
5 |
import streamlit as st
|
6 |
from huggingface_hub import InferenceClient
|