Spaces:
Paused
Paused
ManishThota
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import pandas as pd
|
|
8 |
import ast
|
9 |
from collections import Counter
|
10 |
from io import BytesIO
|
|
|
11 |
|
12 |
|
13 |
# # Ensure GPU usage if available
|
|
|
8 |
import ast
|
9 |
from collections import Counter
|
10 |
from io import BytesIO
|
11 |
+
from io import StringIO
|
12 |
|
13 |
|
14 |
# # Ensure GPU usage if available
|