Spaces:
Sleeping
Sleeping
nos
commited on
Commit
•
70bfd93
1
Parent(s):
9831797
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,6 @@ def flip_image(x):
|
|
50 |
|
51 |
|
52 |
with gr.Blocks() as demo:
|
53 |
-
gr.Markdown("Flip text or image files using this demo.")
|
54 |
with gr.Tab("Chat"):
|
55 |
gr.ChatInterface(
|
56 |
respond,
|
@@ -65,7 +64,7 @@ with gr.Blocks() as demo:
|
|
65 |
step=0.05,
|
66 |
label="Top-p (nucleus sampling)",
|
67 |
),
|
68 |
-
]
|
69 |
)
|
70 |
with gr.Tab("ELS"):
|
71 |
with gr.Row():
|
|
|
50 |
|
51 |
|
52 |
with gr.Blocks() as demo:
|
|
|
53 |
with gr.Tab("Chat"):
|
54 |
gr.ChatInterface(
|
55 |
respond,
|
|
|
64 |
step=0.05,
|
65 |
label="Top-p (nucleus sampling)",
|
66 |
),
|
67 |
+
]
|
68 |
)
|
69 |
with gr.Tab("ELS"):
|
70 |
with gr.Row():
|