Shilpaj commited on
Commit
7e6224d
·
verified ·
1 Parent(s): 63e2fc6

Fix: Runtime issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ def main():
113
  )
114
 
115
  # Launch the demo
116
- demo.launch(server_name="0.0.0.0", debug=True, ssr=False)
117
 
118
 
119
  if __name__ == "__main__":
 
113
  )
114
 
115
  # Launch the demo
116
+ demo.launch(server_name="0.0.0.0", debug=True)
117
 
118
 
119
  if __name__ == "__main__":