fantaxy commited on
Commit
7c17b8a
·
verified ·
1 Parent(s): 0370680

Update app-fanta-backup.py

Browse files
Files changed (1) hide show
  1. 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(auth=("gini","pick"))
 
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()