Dagfinn1962 commited on
Commit
24e7a8d
1 Parent(s): c9e445e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- import time
2
  import logging
3
  import gradio as gr
4
 
@@ -120,7 +120,6 @@ with gr.Blocks(
120
  This is a lightweight demo of gpt-3.5-turbo conversation completion. It was designed as a template for in-context learning applications to be built on top of.
121
  """
122
  )
123
-
124
  with gr.Blocks():
125
  conversation = Chat()
126
  with gr.Row():
 
1
+ iimport time
2
  import logging
3
  import gradio as gr
4
 
 
120
  This is a lightweight demo of gpt-3.5-turbo conversation completion. It was designed as a template for in-context learning applications to be built on top of.
121
  """
122
  )
 
123
  with gr.Blocks():
124
  conversation = Chat()
125
  with gr.Row():