Spaces:
Runtime error
Runtime error
import gradio as gr | |
from seed_db import seed | |
def run(): | |
return seed() | |
demo = gr.Interface(fn=run, outputs="text") | |
demo.launch() |