cryptocalypse commited on
Commit
59583fc
·
1 Parent(s): fab6295
Files changed (1) hide show
  1. app.py +1 -1
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
- demo=gr.ChatInterface(
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,