Spaces:
Runtime error
Runtime error
import gradio as gr | |
title="Shiba Generator 🐶" | |
description = '<h2 style="text-align:center">Create By ShibaDev</h2>' | |
text_imagen = gr.Interface.load("models/ShibaDeveloper/olivia-v1.0") | |
text_translate = gr.Interface.load("models/Helsinki-NLP/opus-mt-es-en") | |
gr.Series(text_translate, text_imagen, title=title, description = description).launch(debug=True) |