Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -141,4 +141,4 @@ interface = gr.Interface(
|
|
141 |
)
|
142 |
|
143 |
# Launch the Gradio app
|
144 |
-
interface.launch(auth=(username, password), auth_message="<h1>
|
|
|
141 |
)
|
142 |
|
143 |
# Launch the Gradio app
|
144 |
+
interface.launch(auth=(username, password), auth_message="<h1>RTL AI News Reader</h1><p>This HuggingFace Space is a prototype and is not yet accessible to everyone. The project is based on a file search assistant using OpenAI's API and employs the GPT-4o-mini model. You need to use a Chrome browser. AI specialists interested in accessing it can request a username and password by contacting [email protected].</p>")
|