SahithiR commited on
Commit
6cf9b2e
·
1 Parent(s): 91f2313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,6 +56,6 @@ demo = gr.Interface(
56
  outputs = [ gr.Image(shape=(32, 32), label="Output").style(width=128, height=128)],
57
  title = title,
58
  description = description,
59
- examples = examples,
60
  gr.Interface
61
  demo.launch()
 
56
  outputs = [ gr.Image(shape=(32, 32), label="Output").style(width=128, height=128)],
57
  title = title,
58
  description = description,
59
+ examples = examples,)
60
  gr.Interface
61
  demo.launch()