Commit
·
e7c8d8b
1
Parent(s):
a4d1940
refactoring is done with directories
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ center;'> <a href='https://taneemishere.github.io/projects/project-one.html' tar
|
|
| 37 |
<a href='https://github.com/taneemishere/html-code-generation-from-images-with-deep-neural-networks'
|
| 38 |
target='_blank'>Code</a> </div> """
|
| 39 |
|
| 40 |
-
|
| 41 |
|
| 42 |
# a gradio interface to convert a image to HTML Code
|
| 43 |
interface = gr.Interface(
|
|
|
|
| 37 |
<a href='https://github.com/taneemishere/html-code-generation-from-images-with-deep-neural-networks'
|
| 38 |
target='_blank'>Code</a> </div> """
|
| 39 |
|
| 40 |
+
interface_examples = ['examples/example-1.png', 'examples/example-2.png', 'examples/example-3.png']
|
| 41 |
|
| 42 |
# a gradio interface to convert a image to HTML Code
|
| 43 |
interface = gr.Interface(
|