daspartho commited on
Commit
d853b4c
·
1 Parent(s): b2717e9

updated github link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def classify_text(plot):
16
 
17
  iface = gr.Interface(
18
  description = "Write a plot, and the model will tell if you if it's anime-worthy",
19
- article = "<p style='text-align: center'><a href='https://github.com/daspartho/anime-worthy' target='_blank'>Github</a></p>",
20
  fn=classify_text,
21
  inputs=gr.inputs.Textbox(label="Type the plot here",),
22
  outputs=gr.outputs.Textbox(label='What the model thinks'),
 
16
 
17
  iface = gr.Interface(
18
  description = "Write a plot, and the model will tell if you if it's anime-worthy",
19
+ article = "<p style='text-align: center'><a href='https://github.com/daspartho/anime-or-not' target='_blank'>Github</a></p>",
20
  fn=classify_text,
21
  inputs=gr.inputs.Textbox(label="Type the plot here",),
22
  outputs=gr.outputs.Textbox(label='What the model thinks'),