Spaces:
Sleeping
Sleeping
Commit ·
5ee4b43
1
Parent(s): 8d5f259
Subindo arquivos7
Browse files
app.py
CHANGED
|
@@ -80,5 +80,5 @@ iface = gr.Interface(
|
|
| 80 |
title="GTM-Scope",
|
| 81 |
description="Upload a .tm or .zip file to extract its information. A .tm or .zip (with json) file is generated by Google Teachable Machine. The .tm file provides basic model information such as type, version, training parameters, while the .zip file (with json), obtained after training and exporting the model in Tensorflow.js format, offers detailed insights including model structure, weight sizes, and other metadata."
|
| 82 |
)
|
| 83 |
-
#
|
| 84 |
iface.launch(debug=True)
|
|
|
|
| 80 |
title="GTM-Scope",
|
| 81 |
description="Upload a .tm or .zip file to extract its information. A .tm or .zip (with json) file is generated by Google Teachable Machine. The .tm file provides basic model information such as type, version, training parameters, while the .zip file (with json), obtained after training and exporting the model in Tensorflow.js format, offers detailed insights including model structure, weight sizes, and other metadata."
|
| 82 |
)
|
| 83 |
+
#...
|
| 84 |
iface.launch(debug=True)
|