FrostIce's picture
Update app.py
302461d verified
raw
history blame contribute delete
122 Bytes
import gradio as gr
from NDPS import ndps
demo = gr.Interface(fn=ndps, inputs="text", outputs="text")
demo.launch()