Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,10 @@ with gr.Blocks() as demo:
|
|
132 |
gr.Markdown("# GPT4-O1-Proxima")
|
133 |
gr.Markdown("Built based on GPT4-O purely based on prompt engineering.")
|
134 |
gr.Markdown("The LLama3.1 references are powered by [SambaNova Cloud](https://cloud.sambanova.ai/apis)")
|
135 |
-
|
|
|
|
|
|
|
136 |
with gr.Row():
|
137 |
opneai_api_key = gr.Textbox(label="OpenAI API Key", type="password", placeholder="(Optional) You only need this when using gpt4-o")
|
138 |
api_key = gr.Textbox(label="SambaNova API Key", type="password", placeholder="(Optional) Enter your SN Cloud API key here for more availability")
|
|
|
132 |
gr.Markdown("# GPT4-O1-Proxima")
|
133 |
gr.Markdown("Built based on GPT4-O purely based on prompt engineering.")
|
134 |
gr.Markdown("The LLama3.1 references are powered by [SambaNova Cloud](https://cloud.sambanova.ai/apis)")
|
135 |
+
|
136 |
+
with gr.Row():
|
137 |
+
gr.Image("image.png", width = 300, height = 300)
|
138 |
+
|
139 |
with gr.Row():
|
140 |
opneai_api_key = gr.Textbox(label="OpenAI API Key", type="password", placeholder="(Optional) You only need this when using gpt4-o")
|
141 |
api_key = gr.Textbox(label="SambaNova API Key", type="password", placeholder="(Optional) Enter your SN Cloud API key here for more availability")
|