NimaBoscarino commited on
Commit
64a1302
1 Parent(s): f66fbc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -45,9 +45,9 @@ iface = gr.Interface(
45
  ],
46
  "image",
47
  examples=examples,
48
- title=title,
49
- description=description,
50
- article=article,
51
  live=True
52
  )
53
 
45
  ],
46
  "image",
47
  examples=examples,
48
+ # title=title,
49
+ # description=description,
50
+ # article=article,
51
  live=True
52
  )
53