Spaces:
Sleeping
Sleeping
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() | |