Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ demo = gr.Interface(
|
|
82 |
outputs=gr.Textbox(label="Model's Response"),
|
83 |
examples=examples,
|
84 |
title="Aryabhata 1.0",
|
85 |
-
description="",
|
86 |
)
|
87 |
|
88 |
if __name__ == "__main__":
|
|
|
82 |
outputs=gr.Textbox(label="Model's Response"),
|
83 |
examples=examples,
|
84 |
title="Aryabhata 1.0",
|
85 |
+
description="We are disabling GPUs on this space, we will hosting the model on a separate space soon",
|
86 |
)
|
87 |
|
88 |
if __name__ == "__main__":
|