laxsvips commited on
Commit
44cdade
·
1 Parent(s): 097a9fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,5 +67,5 @@ generate_audio_gr = gradio.Interface(
67
  title="Convert text to audio",
68
  description="An API for the user to convert text to audio"
69
  )
70
- 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"])
71
  genesis_app.launch()
 
67
  title="Convert text to audio",
68
  description="An API for the user to convert text to audio"
69
  )
70
+ genesis_app = gradio.TabbedInterface([health_check_gr, initialize_game_gr, play_game_gr, generate_image_prompt_gr, generate_audio_gr], ["Developers - Health Check", "Initialize game", "Play Game", "Generate Prompt for Leo", "Test"])
71
  genesis_app.launch()