Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import re
|
|
7 |
from functools import cache
|
8 |
from io import StringIO
|
9 |
from yall import create_yall
|
|
|
10 |
|
11 |
# Function to get model info from Hugging Face API using caching
|
12 |
@cache
|
|
|
7 |
from functools import cache
|
8 |
from io import StringIO
|
9 |
from yall import create_yall
|
10 |
+
import plotly.graph_objs as go
|
11 |
|
12 |
# Function to get model info from Hugging Face API using caching
|
13 |
@cache
|