Update app.py
Browse files
app.py
CHANGED
@@ -284,6 +284,6 @@ iface = gr.Interface(
|
|
284 |
description="Get feedback on your interview response from an AI interview coach.",
|
285 |
layout="vertical"
|
286 |
)
|
287 |
-
iface.launch(
|
288 |
|
289 |
#########################################################################################
|
|
|
284 |
description="Get feedback on your interview response from an AI interview coach.",
|
285 |
layout="vertical"
|
286 |
)
|
287 |
+
iface.launch()
|
288 |
|
289 |
#########################################################################################
|