Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,9 @@ def indic_language_assistant(input_type, audio_input, text_input):
|
|
126 |
error_message = f"An error occurred: {str(e)}"
|
127 |
return error_message, error_message, None
|
128 |
|
|
|
|
|
|
|
129 |
# Updated Custom CSS
|
130 |
custom_css = """
|
131 |
body {
|
@@ -287,4 +290,4 @@ iface = gr.Interface(
|
|
287 |
)
|
288 |
|
289 |
# Launch the app
|
290 |
-
iface.launch()
|
|
|
126 |
error_message = f"An error occurred: {str(e)}"
|
127 |
return error_message, error_message, None
|
128 |
|
129 |
+
|
130 |
+
|
131 |
+
|
132 |
# Updated Custom CSS
|
133 |
custom_css = """
|
134 |
body {
|
|
|
290 |
)
|
291 |
|
292 |
# Launch the app
|
293 |
+
iface.launch()
|