Spaces:
Build error
Build error
| import gradio as gr | |
| iface = gr.Interface.load("huggingface/gpt2", inputs=[gr.Textbox(lines=3)], examples=[["Hi my name is Dawood and I"]]) | |
| iface.launch() |
| import gradio as gr | |
| iface = gr.Interface.load("huggingface/gpt2", inputs=[gr.Textbox(lines=3)], examples=[["Hi my name is Dawood and I"]]) | |
| iface.launch() |