Skip to content

Commit

Permalink
Automatic code formatting.
Browse files Browse the repository at this point in the history
Automatic code formatting.
  • Loading branch information
Bebra777228 authored Dec 9, 2024
2 parents 5b9e442 + 43a2475 commit 75a4c7d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions txt2spec.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image, ImageDraw, ImageFont
import logging
import tempfile

import gradio as gr
import librosa
import librosa.display
import gradio as gr
import matplotlib.pyplot as plt
import numpy as np
import soundfile as sf
import os
import logging
import tempfile
from PIL import Image, ImageDraw, ImageFont

# Constants
DEFAULT_FONT_PATH = "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf"
Expand Down

0 comments on commit 75a4c7d

Please sign in to comment.