Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Keyven
/
KiKi-GPT
like
0
Runtime error
App
Files
Files
Community
Keyven
commited on
Oct 24, 2023
Commit
acdcfb8
·
1 Parent(s):
af99ec0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
import gradio as gr
2
-
gr.Interface.load("models/microsoft/DialoGPT-
medium
").launch()
1
import gradio as gr
2
+
gr.Interface.load("models/microsoft/DialoGPT-
small
").launch()