Spaces:
Runtime error
Runtime error
Deleting title as it is giving build error
Browse files
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"]],
|