Spaces:
Build error
Build error
Commit
·
4c85382
1
Parent(s):
1bc0045
Update visualization
Browse files- app_dialogue.py +2 -2
- requirements.txt +1 -0
app_dialogue.py
CHANGED
|
@@ -256,8 +256,8 @@ textbox = gr.Textbox(
|
|
| 256 |
visible=True,
|
| 257 |
container=False
|
| 258 |
)
|
| 259 |
-
|
| 260 |
-
with gr.Blocks(title="IDEFICS") as demo:
|
| 261 |
# state = gr.State()
|
| 262 |
|
| 263 |
with gr.Row():
|
|
|
|
| 256 |
visible=True,
|
| 257 |
container=False
|
| 258 |
)
|
| 259 |
+
with gr.Blocks(title="IDEFICS", theme=gr.themes.Base()) as demo:
|
| 260 |
+
# with gr.Blocks(title="IDEFICS") as demo:
|
| 261 |
# state = gr.State()
|
| 262 |
|
| 263 |
with gr.Row():
|
requirements.txt
CHANGED
|
@@ -14,3 +14,4 @@ parameterized
|
|
| 14 |
einops
|
| 15 |
pynvml
|
| 16 |
sentencepiece
|
|
|
|
|
|
| 14 |
einops
|
| 15 |
pynvml
|
| 16 |
sentencepiece
|
| 17 |
+
gradio>=3.38.0
|