Spaces:
Runtime error
Runtime error
nos
commited on
Commit
•
da2a11a
1
Parent(s):
e490cc0
Update app.py
Browse files
app.py
CHANGED
@@ -59,18 +59,10 @@ def flip_image(x):
|
|
59 |
|
60 |
with gr.Blocks() as demo:
|
61 |
|
62 |
-
gr.ChatInterface(
|
63 |
-
respond
|
64 |
-
)
|
65 |
-
|
66 |
with gr.Tab("Chat"):
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
#clear = gr.ClearButton([msg, chatbot])
|
71 |
-
|
72 |
-
#msg.submit(respond, [msg, chatbot], [msg, chatbot])
|
73 |
-
|
74 |
with gr.Tab("ELS"):
|
75 |
with gr.Row():
|
76 |
text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS")
|
|
|
59 |
|
60 |
with gr.Blocks() as demo:
|
61 |
|
|
|
|
|
|
|
|
|
62 |
with gr.Tab("Chat"):
|
63 |
+
gr.ChatInterface(
|
64 |
+
respond
|
65 |
+
)
|
|
|
|
|
|
|
|
|
66 |
with gr.Tab("ELS"):
|
67 |
with gr.Row():
|
68 |
text1 = gr.Textbox(label="Prompt to gematria conversion for apply ELS")
|