jesse-lopez's picture
test import of new libs from requirements.txt
64643d4
raw history blame
No virus
265 Bytes
import pandas
import fastai
import librosa
import pandas
import pydub
import torchaudio
import gradio as gr
import matplotlib.pyplot as plt
def greet(name):
return f"hello {name}"
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
iface.launch()