Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,8 @@
|
|
4 |
import os
|
5 |
import time
|
6 |
import streamlit as st
|
7 |
-
|
|
|
8 |
#from huggingface_hub import InferenceClient
|
9 |
import random
|
10 |
|
|
|
4 |
import os
|
5 |
import time
|
6 |
import streamlit as st
|
7 |
+
from huggingface/HfInference import HfInference
|
8 |
+
#nno import HfInference from "@huggingface/inference"
|
9 |
#from huggingface_hub import InferenceClient
|
10 |
import random
|
11 |
|