Reverent commited on
Commit
7e38619
·
1 Parent(s): e6b327f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -63,9 +63,7 @@ def placeholder(dummy):
63
  return "lol"
64
 
65
  t = Thread(target=warmer)
66
- r = Thread(target=restart)
67
  t.start()
68
- r.start()
69
 
70
  iface = gr.Interface(fn=placeholder, inputs="text", outputs="text")
71
  iface.launch()
 
63
  return "lol"
64
 
65
  t = Thread(target=warmer)
 
66
  t.start()
 
67
 
68
  iface = gr.Interface(fn=placeholder, inputs="text", outputs="text")
69
  iface.launch()