Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
|
3 |
-
|
4 |
|
5 |
-
import gradio as gr
|
6 |
|
7 |
-
# Create a simple Gradio interface
|
8 |
-
demo = gr.Interface.load("models/microsoft/DialoGPT-medium",
|
9 |
-
|
10 |
-
demo.launch()
|
|
|
1 |
+
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/microsoft/DialoGPT-medium", title =" ").launch()
|
4 |
|
5 |
+
# import gradio as gr
|
6 |
|
7 |
+
# # Create a simple Gradio interface
|
8 |
+
# demo = gr.Interface.load("models/microsoft/DialoGPT-medium",
|
9 |
+
# description="Chat with DialoGPT!")
|
10 |
+
# demo.launch()
|