fschwartzer commited on
Commit
8018ce1
·
1 Parent(s): b0449c3

Update tab2.py

Browse files
Files changed (1) hide show
  1. tab2.py +1 -1
tab2.py CHANGED
@@ -24,7 +24,7 @@ def execute(file_path):
24
  except Exception as e:
25
  return str(e)
26
  def load_inputs():
27
- gr.Text(file_path)
28
 
29
  output_label = "Saídas"
30
 
 
24
  except Exception as e:
25
  return str(e)
26
  def load_inputs():
27
+ gr.Text()
28
 
29
  output_label = "Saídas"
30