noelfranthomas's picture
init3
245fecf
import gradio as gr
from scraper import minutes_scraper
# def greet(name):
# return "Hello " + name + "!!"
iface = gr.Interface(fn=minutes_scraper, inputs="text", outputs="JSON")
iface.launch()