Spaces:
Runtime error
Runtime error
File size: 363 Bytes
a90b0a6 |
1 2 3 4 5 6 7 8 9 10 11 |
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) |