File size: 121 Bytes
64b1dfa
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr
from NDPS import ndps

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