Kjgarza commited on
Commit
f4b0a62
·
1 Parent(s): 3ffbd50

remove live

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )