Spaces:
Sleeping
Sleeping
asigalov61
commited on
Commit
•
988b6a3
1
Parent(s):
7ad5c86
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,8 @@ if __name__ == "__main__":
|
|
157 |
"Please see [Los Angeles MIDI Dataset](https://github.com/asigalov61/Los-Angeles-MIDI-Dataset) for more information and features\n\n"
|
158 |
"[Open In Colab]"
|
159 |
"(https://colab.research.google.com/github/asigalov61/Los-Angeles-MIDI-Dataset/blob/main/Los_Angeles_MIDI_Dataset_Search_and_Explore.ipynb)"
|
160 |
-
" for all features"
|
|
|
161 |
)
|
162 |
|
163 |
search_string = gr.Textbox(label="Enter search prompt here", value="So close, no matter how far\nCouldn't be much more from the heart\nForever trusting who we are\nAnd nothing else matters")
|
|
|
157 |
"Please see [Los Angeles MIDI Dataset](https://github.com/asigalov61/Los-Angeles-MIDI-Dataset) for more information and features\n\n"
|
158 |
"[Open In Colab]"
|
159 |
"(https://colab.research.google.com/github/asigalov61/Los-Angeles-MIDI-Dataset/blob/main/Los_Angeles_MIDI_Dataset_Search_and_Explore.ipynb)"
|
160 |
+
" for all features\n\n"
|
161 |
+
"Presented lyrics titles, transcriptions, and summaries were auto-generated with [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) so please keep it in mind"
|
162 |
)
|
163 |
|
164 |
search_string = gr.Textbox(label="Enter search prompt here", value="So close, no matter how far\nCouldn't be much more from the heart\nForever trusting who we are\nAnd nothing else matters")
|