Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,10 @@ import TMIDIX
|
|
22 |
|
23 |
#==========================================================================================================
|
24 |
|
|
|
|
|
|
|
|
|
25 |
def format_table_data(data_string):
|
26 |
# Split the string into rows based on newlines
|
27 |
rows = data_string.strip().split("\n")
|
|
|
22 |
|
23 |
#==========================================================================================================
|
24 |
|
25 |
+
HF_TOKEN = os.getenv('HF_TOKEN')
|
26 |
+
|
27 |
+
#==========================================================================================================
|
28 |
+
|
29 |
def format_table_data(data_string):
|
30 |
# Split the string into rows based on newlines
|
31 |
rows = data_string.strip().split("\n")
|