MDR / app.py
Gautam123's picture
Create app.py
ee39a45
raw
history blame contribute delete
173 Bytes
import gradio as gr
# Define your Gradio interface here
gr.Interface(fn=CustomChatGPT, inputs="text", outputs="text", title="Medical Device Regulation").launch(share=True)