Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|