Varunjulakanti commited on
Commit
5eef608
1 Parent(s): 830390f

initial commit

Browse files
Files changed (1) hide show
  1. homework05.py → app.py +2 -2
homework05.py → app.py RENAMED
@@ -256,11 +256,11 @@ x_test_scale= standardscaler.fit_transform(x_test)
256
  ## **Part II (20 points): Deploy the machine learning models on Gradio or huggingface**
257
  """
258
 
259
- !pip install --quiet gradio
260
 
261
  from gradio.outputs import Label
262
  import gradio as gr
263
- import tensorflow as tf
264
 
265
  def caption(input_module,input_module1):
266
 
 
256
  ## **Part II (20 points): Deploy the machine learning models on Gradio or huggingface**
257
  """
258
 
259
+ ##!pip install --quiet gradio
260
 
261
  from gradio.outputs import Label
262
  import gradio as gr
263
+ ##import tensorflow as tf
264
 
265
  def caption(input_module,input_module1):
266