Spaces:
Runtime error
Runtime error
Commit
·
59583fc
1
Parent(s):
fab6295
himself
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ def flip_image(x):
|
|
99 |
with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
100 |
|
101 |
with gr.Tab("Chat"):
|
102 |
-
|
103 |
respond,
|
104 |
theme="soft",
|
105 |
retry_btn=None,
|
|
|
99 |
with gr.Blocks(title="Sophia, Torah Codes") as demo:
|
100 |
|
101 |
with gr.Tab("Chat"):
|
102 |
+
gr.ChatInterface(
|
103 |
respond,
|
104 |
theme="soft",
|
105 |
retry_btn=None,
|