Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ def visualize_neural(a):
|
|
91 |
else:
|
92 |
return image_array,"palindrom"
|
93 |
|
94 |
-
title="
|
95 |
|
96 |
demo = gr.Interface(fn=visualize_neural, inputs=gr.Textbox(label="input a binary string of length 10"), outputs=[gr.Image(label="Neural network visualization"),gr.Textbox(label="output")],title=title)
|
97 |
|
|
|
91 |
else:
|
92 |
return image_array,"palindrom"
|
93 |
|
94 |
+
title="Implementation of Backpropagation and Training a Palindrome Network"
|
95 |
|
96 |
demo = gr.Interface(fn=visualize_neural, inputs=gr.Textbox(label="input a binary string of length 10"), outputs=[gr.Image(label="Neural network visualization"),gr.Textbox(label="output")],title=title)
|
97 |
|