Adityadn commited on
Commit
be50ddb
·
verified ·
1 Parent(s): d8ff09c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,8 +50,8 @@ def identify_audio(file):
50
  # Format the results as markdown
51
  result_md = f"""
52
  ### **Partial Results**:
53
- {'\n'.join(results)}
54
-
55
  ### **Full Result**:
56
  - **Track**: {full_result_dict['metadata']['music'][0]['title']}
57
  - **Artist**: {full_result_dict['metadata']['music'][0]['artists'][0]['name']}
 
50
  # Format the results as markdown
51
  result_md = f"""
52
  ### **Partial Results**:
53
+ {'\\n'.join(results)}
54
+
55
  ### **Full Result**:
56
  - **Track**: {full_result_dict['metadata']['music'][0]['title']}
57
  - **Artist**: {full_result_dict['metadata']['music'][0]['artists'][0]['name']}