Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,9 @@ def process_image(image):
|
|
25 |
|
26 |
return generated_text
|
27 |
|
28 |
-
title = "Interactive demo
|
29 |
description = "Demo for ML project for s6 semester .The model is trained and converted to onnx gitlfs system and then hosted on hugging face spaces as transformer "
|
30 |
-
article = "
|
31 |
examples =[["image_0.png"], ["image_1.png"], ["image_2.png"]]
|
32 |
|
33 |
#css = """.output_image, .input_image {height: 600px !important}"""
|
|
|
25 |
|
26 |
return generated_text
|
27 |
|
28 |
+
title = "Interactive demo"
|
29 |
description = "Demo for ML project for s6 semester .The model is trained and converted to onnx gitlfs system and then hosted on hugging face spaces as transformer "
|
30 |
+
article = ""
|
31 |
examples =[["image_0.png"], ["image_1.png"], ["image_2.png"]]
|
32 |
|
33 |
#css = """.output_image, .input_image {height: 600px !important}"""
|