Spaces:
Running
Running
code update
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import json
|
3 |
|
4 |
-
DEBUG_MODE =
|
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
|