Update app.py
Browse files
app.py
CHANGED
@@ -3,13 +3,13 @@ import gemini_gradio
|
|
3 |
import openai_gradio
|
4 |
|
5 |
with gr.Blocks() as demo:
|
6 |
-
with gr.Tab("
|
7 |
gr.load(
|
8 |
name='gemini-1.5-pro-002',
|
9 |
src=gemini_gradio.registry,
|
10 |
accept_token=True
|
11 |
)
|
12 |
-
with gr.Tab("
|
13 |
gr.load(
|
14 |
name='gpt-4-turbo',
|
15 |
src=openai_gradio.registry,
|
|
|
3 |
import openai_gradio
|
4 |
|
5 |
with gr.Blocks() as demo:
|
6 |
+
with gr.Tab("Gemini"):
|
7 |
gr.load(
|
8 |
name='gemini-1.5-pro-002',
|
9 |
src=gemini_gradio.registry,
|
10 |
accept_token=True
|
11 |
)
|
12 |
+
with gr.Tab("ChatGPT"):
|
13 |
gr.load(
|
14 |
name='gpt-4-turbo',
|
15 |
src=openai_gradio.registry,
|