Sidharthkr commited on
Commit
93deb39
1 Parent(s): ee031c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -154,6 +154,6 @@ But whatever happens, this is historic, with potential ramifications that could
154
  I pray that #Srilanka would not elect a leftist populist charlatan offering equally farcical solutions and reverse whatever progress achieved so far.. RT @PrestonPysh: The IMF and World Bank right now...
155
  Congrats #Argentina!
156
  #Bitcoin https://t.co/Oi1n2z0y3Y"""]],
157
- inputs=[instruction_points, tweet_list])#, outputs = [lead_table, downit], fn=evaluate, cache_examples=True)
158
-
159
- g.launch(share=True)
 
154
  I pray that #Srilanka would not elect a leftist populist charlatan offering equally farcical solutions and reverse whatever progress achieved so far.. RT @PrestonPysh: The IMF and World Bank right now...
155
  Congrats #Argentina!
156
  #Bitcoin https://t.co/Oi1n2z0y3Y"""]],
157
+ inputs=[instruction_points, tweet_list]), outputs = [summary_text], fn=evaluate, cache_examples=True)
158
+ g.queue()
159
+ g.launch(share=False)