Spaces:
Runtime error
Runtime error
File size: 356 Bytes
77b8357 4a0c59a 77b8357 31a5ef6 35c0869 |
1 2 3 4 5 6 7 8 9 10 11 12 |
import gradio as gr
description = "Chat with Needs Assessment Experts"
title = "Let's Chat about Needs and Needs Assessments"
examples = [["How should start my needs assessment?"]]
interface = gr.Interface.load("huggingface.co/pranavpsv/gpt2-genre-story-generator",
description=description,
examples=examples
)
interface.launch() |