Spaces:
Runtime error
Runtime error
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() |