File size: 153 Bytes
ed6faba
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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()