Update app.py
Browse files
app.py
CHANGED
@@ -187,6 +187,6 @@ home_page=gr.Interface(fn = greet,
|
|
187 |
|
188 |
|
189 |
|
190 |
-
main_model = gr.TabbedInterface([home_page,text_model, image_mode,audio_model], ["Home Page","Text Emotion Recognition", "Image Emotion Recognition" , "Audio Emotion Recognition"])
|
191 |
|
192 |
main_model.launch()
|
|
|
187 |
|
188 |
|
189 |
|
190 |
+
main_model = gr.TabbedInterface([home_page,text_model, image_mode,audio_model], ["Home Page","Text Emotion Recognition", "Image Emotion Recognition" , "Audio Emotion Recognition"],theme='gradio/monochrome')
|
191 |
|
192 |
main_model.launch()
|