Spaces:
Runtime error
Runtime error
updated github link
Browse files
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-
|
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'),
|