Update app.py
Browse files
app.py
CHANGED
@@ -238,6 +238,6 @@ home_page=gr.Interface(fn = greet,
|
|
238 |
|
239 |
|
240 |
|
241 |
-
main_model = gr.TabbedInterface([home_page,text_model, image_mode,audio_model], ["Home Page","Text Emotion Recognition", "Image Emotion Recognition" , "Audio Emotion Recognition"], theme=gr.themes.Default(font="Bahnschrift
|
242 |
|
243 |
main_model.launch()
|
|
|
238 |
|
239 |
|
240 |
|
241 |
+
main_model = gr.TabbedInterface([home_page,text_model, image_mode,audio_model], ["Home Page","Text Emotion Recognition", "Image Emotion Recognition" , "Audio Emotion Recognition"], theme=gr.themes.Default(font="Bahnschrift Light"))
|
242 |
|
243 |
main_model.launch()
|