Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import xai_gradio
|
|
7 |
import hyperbolic_gradio
|
8 |
|
9 |
|
10 |
-
with gr.Blocks() as demo:
|
11 |
with gr.Tab("Gemini"):
|
12 |
gr.load(
|
13 |
name='gemini-1.5-pro-002',
|
|
|
7 |
import hyperbolic_gradio
|
8 |
|
9 |
|
10 |
+
with gr.Blocks(fill_height=True) as demo:
|
11 |
with gr.Tab("Gemini"):
|
12 |
gr.load(
|
13 |
name='gemini-1.5-pro-002',
|