Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,4 +31,4 @@ demo=gr.Interface(
|
|
| 31 |
title="Mail agent",
|
| 32 |
description="Fetches emails ")
|
| 33 |
if __name__ == "__main__":
|
| 34 |
-
demo.launch()
|
|
|
|
| 31 |
title="Mail agent",
|
| 32 |
description="Fetches emails ")
|
| 33 |
if __name__ == "__main__":
|
| 34 |
+
demo.launch() #GradioUI
|