Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -49,12 +49,12 @@ def run():
|
|
49 |
|
50 |
interface = gr.Interface(
|
51 |
predict,
|
52 |
-
inputs="
|
53 |
-
outputs="
|
54 |
theme="huggingface",
|
55 |
title="Among Us Logic AI Generator",
|
56 |
-
description="
|
57 |
-
article="<p style='text-align: center'>
|
58 |
live=True,
|
59 |
)
|
60 |
interface.launch(share=True)
|
|
|
49 |
|
50 |
interface = gr.Interface(
|
51 |
predict,
|
52 |
+
inputs="text",
|
53 |
+
outputs="images",
|
54 |
theme="huggingface",
|
55 |
title="Among Us Logic AI Generator",
|
56 |
+
description="Generate AI Images of Among Us characters in the Among Us Logic style!",
|
57 |
+
article="<p style='text-align: center'>Among Us Logic AI Generator | Demo Model</p>",
|
58 |
live=True,
|
59 |
)
|
60 |
interface.launch(share=True)
|