Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
patmakur
/
Langgraph_automation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
patmakur
commited on
May 4
Commit
a57a271
·
verified
·
1 Parent(s):
e06f262
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -121,5 +121,7 @@ interface = gr.Interface(
121
122
123
if __name__ == "__main__":
124
-
interface.launch()
125
121
122
123
if __name__ == "__main__":
124
+
interface.launch(
share=True, ssr_mode=False
)
125
+
126
+
127