nos commited on
Commit
81e75b9
1 Parent(s): c9c6980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def flip_text(x):
45
  def flip_image(x):
46
  return np.fliplr(x)
47
 
48
- """
49
  with gr.Blocks() as demo:
50
  with gr.Tab("Chat"):
51
  with gr.Row():
@@ -95,5 +95,7 @@ with gr.Blocks() as demo:
95
  demo = gr.ChatInterface(
96
  respond
97
  )
 
 
98
  if __name__ == "__main__":
99
  demo.launch()
 
45
  def flip_image(x):
46
  return np.fliplr(x)
47
 
48
+
49
  with gr.Blocks() as demo:
50
  with gr.Tab("Chat"):
51
  with gr.Row():
 
95
  demo = gr.ChatInterface(
96
  respond
97
  )
98
+ """
99
+
100
  if __name__ == "__main__":
101
  demo.launch()