Ashrafb commited on
Commit
423b5eb
1 Parent(s): 9515a9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,6 +50,6 @@ grad.Interface(fn=generate,
50
  examples=examples,
51
  title=title,
52
  description=description,
53
- article=article,
54
  allow_flagging='never',
55
  cache_examples=False).queue(concurrency_count=1, api_open=False).launch(show_api=False, show_error=True)
 
50
  examples=examples,
51
  title=title,
52
  description=description,
53
+
54
  allow_flagging='never',
55
  cache_examples=False).queue(concurrency_count=1, api_open=False).launch(show_api=False, show_error=True)