mr2along commited on
Commit
c9c379f
1 Parent(s): 6fa8ca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,7 +7,7 @@ import gradio as gr
7
  from datetime import datetime
8
 
9
  # Set up logging configuration
10
- logging.basicConfig(level=logging.INFO)
11
 
12
  # Dictionary to store table information
13
  table = {}
@@ -166,4 +166,4 @@ iface = gr.Interface(
166
  title="WebSocket Interface"
167
  )
168
 
169
- iface.launch(debug=True)
 
7
  from datetime import datetime
8
 
9
  # Set up logging configuration
10
+ #logging.basicConfig(level=logging.INFO)
11
 
12
  # Dictionary to store table information
13
  table = {}
 
166
  title="WebSocket Interface"
167
  )
168
 
169
+ iface.launch()