Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -1155,4 +1155,11 @@ with gr.Blocks(title="AI Research Hub") as app:
1155
  )
1156
 
1157
  if __name__ == "__main__":
1158
- app.launch(theme=gr.themes.Soft(), css=glassy_css)
 
 
 
 
 
 
 
 
1155
  )
1156
 
1157
  if __name__ == "__main__":
1158
+ app.launch(
1159
+ theme=gr.themes.Soft(),
1160
+ css=glassy_css,
1161
+ server_name="0.0.0.0",
1162
+ server_port=7860,
1163
+ share=False,
1164
+ ssr_mode=False,
1165
+ )