Spaces:
Runtime error
Runtime error
Update gradio_interface.py
Browse files- gradio_interface.py +1 -1
gradio_interface.py
CHANGED
|
@@ -118,7 +118,7 @@ class GradioWebRTCInterface:
|
|
| 118 |
# System controls
|
| 119 |
with gr.Row():
|
| 120 |
gemini_key = os.getenv("GEMINI_API_KEY")
|
| 121 |
-
|
| 122 |
|
| 123 |
with gr.Column(scale=1):
|
| 124 |
# System status
|
|
|
|
| 118 |
# System controls
|
| 119 |
with gr.Row():
|
| 120 |
gemini_key = os.getenv("GEMINI_API_KEY")
|
| 121 |
+
init_btn = gr.Button("π Initialize", variant="primary", scale=1)
|
| 122 |
|
| 123 |
with gr.Column(scale=1):
|
| 124 |
# System status
|