Ahsen Khaliq commited on
Commit
61d5e68
1 Parent(s): c57afed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -22,7 +22,5 @@ gr.Interface(
22
  title=title,
23
  description=description,
24
  article=article,
25
- examples=[["""PG&E stated it scheduled the blackouts in response to forecasts for high winds amid dry conditions.
26
- The aim is to reduce the risk of wildfires. Nearly 800 thousand customers were scheduled to be affected
27
- by the shutoffs which were expected to last through at least midday tomorrow."""]]
28
  ).launch(debug=True)
22
  title=title,
23
  description=description,
24
  article=article,
25
+ examples=[["""PG&E stated it scheduled the blackouts in response to forecasts for high winds amid dry conditions.The aim is to reduce the risk of wildfires. Nearly 800 thousand customers were scheduled to be affected by the shutoffs which were expected to last through at least midday tomorrow."""]]
 
 
26
  ).launch(debug=True)