Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,10 +95,6 @@ def launch_interface():
|
|
| 95 |
|
| 96 |
with gr.Blocks(title="SmolAgent - Streaming AI") as demo:
|
| 97 |
gr.Markdown("# SmolAgent - Intelligent AI with Web Tools")
|
| 98 |
-
gr.Markdown("### Note: If the OpenAI endpoint is not working, this might fix it:")
|
| 99 |
-
gr.Markdown("#### - Select a custom API-endpoint --> use the regular https://chat.openai.com/v1")
|
| 100 |
-
gr.Markdown("#### - Select a custom API-key and enter your regular OpenAI-Api-Key").
|
| 101 |
-
|
| 102 |
|
| 103 |
with gr.Row():
|
| 104 |
with gr.Column():
|
|
@@ -154,4 +150,4 @@ def launch_interface():
|
|
| 154 |
demo.launch()
|
| 155 |
|
| 156 |
if __name__ == "__main__":
|
| 157 |
-
launch_interface()
|
|
|
|
| 95 |
|
| 96 |
with gr.Blocks(title="SmolAgent - Streaming AI") as demo:
|
| 97 |
gr.Markdown("# SmolAgent - Intelligent AI with Web Tools")
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
|
| 99 |
with gr.Row():
|
| 100 |
with gr.Column():
|
|
|
|
| 150 |
demo.launch()
|
| 151 |
|
| 152 |
if __name__ == "__main__":
|
| 153 |
+
launch_interface()
|