laxsvips commited on
Commit
5f64cbb
·
1 Parent(s): a1861be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,5 +55,5 @@ generate_image_prompt_gr = gradio.Interface(
55
  description="An API for the user to generate a prompt to input to Leo"
56
  )
57
 
58
- genesis_app = gradio.TabbedInterface([health_check_gr, initialize_game_gr, play_game_gr], ["Developers - Health Check", "Initialize game", "Play Game"])
59
  genesis_app.launch()
 
55
  description="An API for the user to generate a prompt to input to Leo"
56
  )
57
 
58
+ genesis_app = gradio.TabbedInterface([health_check_gr, initialize_game_gr, play_game_gr, generate_image_prompt_gr], ["Developers - Health Check", "Initialize game", "Play Game", "Generate Prompt for Leo"])
59
  genesis_app.launch()