re-type commited on
Commit
4af0cff
·
verified ·
1 Parent(s): 09c6889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1055,7 +1055,6 @@ if __name__ == "__main__":
1055
  server_name="0.0.0.0", # Allow connections from any IP
1056
  server_port=7860, # Default Gradio port
1057
  show_error=True, # Show errors in the interface
1058
- ssr_mode=False
1059
  )
1060
 
1061
  except Exception as e:
 
1055
  server_name="0.0.0.0", # Allow connections from any IP
1056
  server_port=7860, # Default Gradio port
1057
  show_error=True, # Show errors in the interface
 
1058
  )
1059
 
1060
  except Exception as e: