Dialog-GPT / app.py
nikhilwani's picture
Update app.py
b5c3de3 verified
raw
history blame contribute delete
299 Bytes
import gradio as gr
gr.Interface.load("models/microsoft/DialoGPT-medium", title =" ").launch()
# import gradio as gr
# # Create a simple Gradio interface
# demo = gr.Interface.load("models/microsoft/DialoGPT-medium",
# description="Chat with DialoGPT!")
# demo.launch()