Update app-fanta-backup.py
Browse files- app-fanta-backup.py +1 -2
app-fanta-backup.py
CHANGED
@@ -114,10 +114,9 @@ demo = gr.ChatInterface(
|
|
114 |
],
|
115 |
title="Fantasy Novel AI Generation",
|
116 |
description="Fantasy Novel Generator: Create immersive fantasy worlds and epic adventures. Web(https://fantasy-novel-gen.hf.space)",
|
117 |
-
theme="Nymbo/Nymbo_Theme",
|
118 |
cache_examples=False,
|
119 |
theme="Yntec/HaleyCH_Theme_Orange"
|
120 |
)
|
121 |
|
122 |
if __name__ == "__main__":
|
123 |
-
demo.launch(
|
|
|
114 |
],
|
115 |
title="Fantasy Novel AI Generation",
|
116 |
description="Fantasy Novel Generator: Create immersive fantasy worlds and epic adventures. Web(https://fantasy-novel-gen.hf.space)",
|
|
|
117 |
cache_examples=False,
|
118 |
theme="Yntec/HaleyCH_Theme_Orange"
|
119 |
)
|
120 |
|
121 |
if __name__ == "__main__":
|
122 |
+
demo.launch()
|