mcgame commited on
Commit
f5553c1
1 Parent(s): 407caf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
- description = "Story generation with GPT-2"
4
- title = "Generate your own story"
5
  examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
6
 
7
  interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",
 
1
  import gradio as gr
2
 
3
+ description = "故事续写"
4
+ title = "AI帮你写故事"
5
  examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
6
 
7
  interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",