Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Gautam123
/
MDR
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
MDR
/
app.py
Gautam123
Create app.py
ee39a45
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
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
)