ganeshkamath89 commited on
Commit
a9875d9
·
verified ·
1 Parent(s): d33bd1c

Deleting title as it is giving build error

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,7 +1,6 @@
1
  import gradio as gr
2
  interface = gr.Interface.load(
3
  "huggingface/pranavpsv/gpt2-genre-story-generator",
4
- title="Story Generation with GPT-2",
5
  inputs=[gr.Textbox(lines=7, label="Story")],
6
  description="Story generation with GPT-2",
7
  examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest"]],
 
1
  import gradio as gr
2
  interface = gr.Interface.load(
3
  "huggingface/pranavpsv/gpt2-genre-story-generator",
 
4
  inputs=[gr.Textbox(lines=7, label="Story")],
5
  description="Story generation with GPT-2",
6
  examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest"]],