File size: 289 Bytes
5c660a7
 
0a4b5f6
 
5c660a7
0a4b5f6
 
1
2
3
4
5
6
7
import gradio as gr

def show_link():
    return "Check out the Jupyter notebook demo: https://huggingface.co/spaces/uc-ctds/ai_assisted_data_curation_toolkit/blob/main/ai_assisted_data_curation.ipynb"

interface = gr.Interface(fn=show_link, inputs=None, outputs="text")
interface.launch()