Spaces:
Runtime error
Runtime error
import os | |
import gradio as gr | |
import numpy as np | |
io = gr.Interface.load("ybelkada/flan-t5-large", api_key=os.environ.get('api_key', None)) | |
io.launch() |