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