File size: 299 Bytes
b5c3de3
8bf3b7e
b5c3de3
8bf3b7e
b5c3de3
6141b9f
b5c3de3
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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()