joe chou commited on
Commit
4c5792f
1 Parent(s): c49da58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ import matplotlib.pyplot as plt
22
 
23
  @st.cache(suppress_st_warning=True)
24
  def init():
25
-
26
  parser = argparse.ArgumentParser()
27
  add_options(parser)
28
  args = parser.parse_args()
 
22
 
23
  @st.cache(suppress_st_warning=True)
24
  def init():
25
+ torch.manual_seed(1)
26
  parser = argparse.ArgumentParser()
27
  add_options(parser)
28
  args = parser.parse_args()