upload files
Browse files
app.py
CHANGED
@@ -254,7 +254,7 @@ def main():
|
|
254 |
|
255 |
|
256 |
if __name__ == "__main__":
|
257 |
-
|
258 |
|
259 |
|
260 |
|
@@ -585,4 +585,4 @@ if __name__ == "__main__":
|
|
585 |
|
586 |
# text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
587 |
# image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
588 |
-
# return comp
|
|
|
254 |
|
255 |
|
256 |
if __name__ == "__main__":
|
257 |
+
main()
|
258 |
|
259 |
|
260 |
|
|
|
585 |
|
586 |
# text_button.click(flip_text, inputs=text_input, outputs=text_output)
|
587 |
# image_button.click(flip_image, inputs=image_input, outputs=image_output)
|
588 |
+
# return comp
|