rmayormartins commited on
Commit
a0a9cb6
1 Parent(s): cd17fa0

Subindo arquivos5

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