TheStinger commited on
Commit
9cee1fc
1 Parent(s): 9a8d907

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def create_spectrogram_and_get_info(audio_file):
80
  """
81
 
82
  # Return the PNG file of the spectrogram and the info table
83
- return info_table, 'spectrogram.png'
84
 
85
  # Create the Gradio interface
86
  main()
 
80
  """
81
 
82
  # Return the PNG file of the spectrogram and the info table
83
+ return {"value": info_table, "__type__": "update"}, 'spectrogram.png'
84
 
85
  # Create the Gradio interface
86
  main()