dgarrett-synaptics commited on
Commit
7cfe42e
·
verified ·
1 Parent(s): ab13bd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,7 +88,7 @@ model_choices = glob.glob('models/*.tflite')
88
  with gr.Blocks() as demo:
89
  #gr.LoginButton()
90
  text1 = gr.Markdown("SR100 Model Compiler - Compile a tflite model to SR100")
91
- user_text = gr.Markdown("")
92
 
93
  # Setup model inputs
94
  with gr.Row():
@@ -108,7 +108,7 @@ with gr.Blocks() as demo:
108
 
109
  # Compute options
110
  compile_btn.click(compile_model, inputs=[model_dropdown, vmem_slider, lpmem_slider], outputs=[compile_text])
111
- demo.load(get_oauth_info, inputs=None, outputs=user_text)
112
 
113
  if __name__ == "__main__":
114
  demo.launch()
 
88
  with gr.Blocks() as demo:
89
  #gr.LoginButton()
90
  text1 = gr.Markdown("SR100 Model Compiler - Compile a tflite model to SR100")
91
+ #user_text = gr.Markdown("")
92
 
93
  # Setup model inputs
94
  with gr.Row():
 
108
 
109
  # Compute options
110
  compile_btn.click(compile_model, inputs=[model_dropdown, vmem_slider, lpmem_slider], outputs=[compile_text])
111
+ #demo.load(get_oauth_info, inputs=None, outputs=user_text)
112
 
113
  if __name__ == "__main__":
114
  demo.launch()