Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -792,7 +792,6 @@ iface = gr.Interface(
|
|
792 |
description="Enter up to three messages that concern you. For the most accurate results, enter messages that happened during a recent time period that felt emotionally intense or 'off.'",
|
793 |
allow_flagging="manual"
|
794 |
)
|
795 |
-
)
|
796 |
|
797 |
if __name__ == "__main__":
|
798 |
iface.launch()
|
|
|
792 |
description="Enter up to three messages that concern you. For the most accurate results, enter messages that happened during a recent time period that felt emotionally intense or 'off.'",
|
793 |
allow_flagging="manual"
|
794 |
)
|
|
|
795 |
|
796 |
if __name__ == "__main__":
|
797 |
iface.launch()
|