Update app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,6 @@ gradio_interface = gradio.Interface(
|
|
36 |
outputs="text",
|
37 |
title="ZoomAI Inference Server",
|
38 |
description="",
|
39 |
-
article="©
|
40 |
)
|
41 |
gradio_interface.launch()
|
|
|
36 |
outputs="text",
|
37 |
title="ZoomAI Inference Server",
|
38 |
description="",
|
39 |
+
article="© Zaanind 2023-2024"
|
40 |
)
|
41 |
gradio_interface.launch()
|