Vvaann commited on
Commit
d43a827
·
verified ·
1 Parent(s): 9748c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -73,8 +73,6 @@ demo = gr.Interface(
73
  outputs = [
74
  gr.Text(),
75
  ],
76
- title = title,
77
- examples = examples,
78
- cache_examples=False
79
  )
80
  demo.launch()
 
73
  outputs = [
74
  gr.Text(),
75
  ],
76
+ title = title
 
 
77
  )
78
  demo.launch()