yuhe6 commited on
Commit
421c741
1 Parent(s): ea01e88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ examples = [
80
  gr.Interface(
81
  inference, inputs, outputs,
82
  title = title, description = description,
83
- examples = examples, author = author,
84
  analytics_enabled = False).launch(
85
  #debug = True # Enabled debug mode to see the stacktrace on Google Colab.
86
  )
 
80
  gr.Interface(
81
  inference, inputs, outputs,
82
  title = title, description = description,
83
+ examples = examples,
84
  analytics_enabled = False).launch(
85
  #debug = True # Enabled debug mode to see the stacktrace on Google Colab.
86
  )