File size: 122 Bytes
ff92c24
302461d
ff92c24
 
302461d
ff92c24
1
2
3
4
5
6
7
import gradio as gr
from NDPS import ndps

    
demo = gr.Interface(fn=ndps, inputs="text", outputs="text")
demo.launch()