Spaces:
Sleeping
Sleeping
Commit ·
8018ce1
1
Parent(s): b0449c3
Update tab2.py
Browse files
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(
|
| 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 |
|