Text-To-Image / app.py
ShibaDeveloper's picture
Upload app.py
a90b0a6
raw
history blame
363 Bytes
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)