Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -387,7 +387,7 @@ with gr.Blocks() as iface:
|
|
387 |
inputs = [input_text, ...] # List of input components
|
388 |
events = [output_text, ...] # List of output components
|
389 |
|
390 |
-
|
391 |
def log_messages(inputs, outputs):
|
392 |
logger(f'Input: {inputs}, Output: {outputs}')
|
393 |
|
|
|
387 |
inputs = [input_text, ...] # List of input components
|
388 |
events = [output_text, ...] # List of output components
|
389 |
|
390 |
+
iface.load(inputs, events)
|
391 |
def log_messages(inputs, outputs):
|
392 |
logger(f'Input: {inputs}, Output: {outputs}')
|
393 |
|