Spaces:
Paused
Paused
Commit
路
abded76
1
Parent(s):
ee0345a
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,8 @@ demo = gr.Interface(
|
|
40 |
# output
|
41 |
outputs=[
|
42 |
# title
|
43 |
-
gr.Textbox(label="
|
|
|
44 |
title="Dramatron Characters 2.0",
|
45 |
description="Escribe la descripci贸n de la historia para la cu谩l quieres generar los personajes.")
|
46 |
|
|
|
40 |
# output
|
41 |
outputs=[
|
42 |
# title
|
43 |
+
gr.Textbox(label="Character Names"),
|
44 |
+
gr.Textbox(label="Character Descriptions")],
|
45 |
title="Dramatron Characters 2.0",
|
46 |
description="Escribe la descripci贸n de la historia para la cu谩l quieres generar los personajes.")
|
47 |
|