Nuno-Tome commited on
Commit
9d8556e
1 Parent(s): f737fcb

code update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import json
3
 
4
- DEBUG_MODE = True
5
 
6
  def echo(text, request: gr.Request):
7
  output_text = {"text": text} # Initialize as a dictionary
 
1
  import gradio as gr
2
  import json
3
 
4
+ DEBUG_MODE = False
5
 
6
  def echo(text, request: gr.Request):
7
  output_text = {"text": text} # Initialize as a dictionary