Jayashree Sridhar
commited on
Commit
·
4e01161
1
Parent(s):
c181bc4
commented gradio launch code in app.py
Browse files
app.py
CHANGED
|
@@ -248,11 +248,12 @@ def create_interface():
|
|
| 248 |
|
| 249 |
return interface
|
| 250 |
|
| 251 |
-
if __name__ == "__main__":
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
|
|
|
|
|
| 248 |
|
| 249 |
return interface
|
| 250 |
|
| 251 |
+
# if __name__ == "__main__":
|
| 252 |
+
# print("Starting Personal Coach AI with CrewAI...")
|
| 253 |
+
# interface = create_interface()
|
| 254 |
+
# interface.launch(
|
| 255 |
+
# server_name="127.0.0.1",
|
| 256 |
+
# server_port=7860,
|
| 257 |
+
# share=False
|
| 258 |
+
# )
|
| 259 |
+
app = create_interface()
|