Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -49,13 +49,5 @@ def run():
|
|
| 49 |
|
| 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>",
|
| 56 |
-
live=True,
|
| 57 |
-
)
|
| 58 |
-
interface.launch(share=True)
|
| 59 |
-
|
| 60 |
app = run()
|
| 61 |
app.launch(debug=True)
|
|
|
|
| 49 |
|
| 50 |
return _app
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
app = run()
|
| 53 |
app.launch(debug=True)
|