Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,6 @@ demo = gr.Interface(
|
|
84 |
title="AI-Powered Storytelling Assistant",
|
85 |
description="An AI assistant combining Object Detection, NLP, Image Generation, and TTS!"
|
86 |
)
|
87 |
-
)
|
88 |
|
89 |
if __name__ == "__main__":
|
90 |
demo.launch()
|
|
|
84 |
title="AI-Powered Storytelling Assistant",
|
85 |
description="An AI assistant combining Object Detection, NLP, Image Generation, and TTS!"
|
86 |
)
|
|
|
87 |
|
88 |
if __name__ == "__main__":
|
89 |
demo.launch()
|