Update app.py
Browse files
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(
|
|
|
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()
|