hfstudio-voices / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
04c7f70 verified
raw
history blame contribute delete
99 Bytes
import gradio as gr
gr.Interface(lambda x:x, "file", "file", delete_cache=(86400, 86400)).launch()