Spaces:
Sleeping
Sleeping
VatsalPatel18
commited on
Commit
•
74109b2
1
Parent(s):
b2ac039
Update main.py
Browse files
main.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
from langchain.agents import Tool
|
@@ -83,6 +84,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
83 |
|
84 |
# Launch the Gradio interface
|
85 |
def main():
|
|
|
86 |
demo.launch(
|
87 |
server_name="0.0.0.0",
|
88 |
server_port=7860,
|
|
|
1 |
+
print('Running Main')
|
2 |
import os
|
3 |
import gradio as gr
|
4 |
from langchain.agents import Tool
|
|
|
84 |
|
85 |
# Launch the Gradio interface
|
86 |
def main():
|
87 |
+
print('about to start')
|
88 |
demo.launch(
|
89 |
server_name="0.0.0.0",
|
90 |
server_port=7860,
|