remove live
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ interface = gr.Interface(
|
|
| 34 |
fn=metadata_transformer.translate, # This function will handle the logic and transformations.
|
| 35 |
inputs=inputs,
|
| 36 |
outputs="text",
|
| 37 |
-
live=True,
|
| 38 |
title="Schema Transformer with Llama2",
|
| 39 |
description="Paste your schema, specify the target, and get the transformed schema."
|
| 40 |
)
|
|
|
|
| 34 |
fn=metadata_transformer.translate, # This function will handle the logic and transformations.
|
| 35 |
inputs=inputs,
|
| 36 |
outputs="text",
|
| 37 |
+
# live=True,
|
| 38 |
title="Schema Transformer with Llama2",
|
| 39 |
description="Paste your schema, specify the target, and get the transformed schema."
|
| 40 |
)
|