File size: 265 Bytes
64643d4
 
 
 
 
 
d8186c5
64643d4
d8186c5
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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()