Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,6 @@ iface = gr.TabbedInterface(
|
|
32 |
["GPT2", "Stable Diffusion", "DialoGPT"],
|
33 |
theme="soft",
|
34 |
title="IloveAI",
|
35 |
-
description="ILoveAI is a space where you can play or experiment with AI tools. π"
|
36 |
)
|
37 |
|
38 |
if __name__ == "__main__":
|
|
|
32 |
["GPT2", "Stable Diffusion", "DialoGPT"],
|
33 |
theme="soft",
|
34 |
title="IloveAI",
|
|
|
35 |
)
|
36 |
|
37 |
if __name__ == "__main__":
|