sd-text2image / pyaudioop.py
Stephen Ebert
Add Stable Diffusion v1.5 Text→Image Gradio demo
fa83b40
__all__ = []
# Stub for the removed audioop stdlib module on Python 3.13+
# This lets pydub/gradio import pyaudioop without error,
# even though we never actually use any audio functions here.