Wootang01's picture
Update app.py
5a0b5d0
raw
history blame
200 Bytes
import gradio as gr
description_ = "Kindly input text, submit, and the computer will predict subsequent words for your text input."
gr.Interface.load("huggingface/EleutherAI/gpt-neo-2.7B").launch()