Web3Daily commited on
Commit
826cbe2
1 Parent(s): f6d37b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -21,6 +21,7 @@ WebGPT3 = gr.Interface(
21
  inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
22
  outputs=gr.Textbox(label="Answer:"),
23
  title=""
 
24
  )
25
 
26
  WebGPT3.launch()
 
21
  inputs=gr.Textbox(label="Ask a question:", placeholder="E.g. What are gas fees? ...Can you simplify that with an analogy?"),
22
  outputs=gr.Textbox(label="Answer:"),
23
  title=""
24
+ live=False
25
  )
26
 
27
  WebGPT3.launch()