File size: 200 Bytes
8449e2f
 
05ab1ec
8449e2f
05ab1ec
 
 
 
8449e2f
1
2
3
4
5
6
7
8
9
import gradio as gr

from scripts import minutes_scraper

# def greet(name):
#     return "Hello " + name + "!!"

iface = gr.Interface(fn=minutes_scraper, inputs="text", outputs="JSON")
iface.launch()