Mushfi commited on
Commit
e8117d8
·
1 Parent(s): c987b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ with gr.Blocks(title="Chest X-Ray Disease Classification", css="") as demo:
22
  with gr.Row():
23
  textmd = gr.Markdown('''
24
  # Chest X-Ray Disease Classification
25
-
26
  ''')
27
  with gr.Row():
28
  with gr.Column(scale=1, min_width=600):
 
22
  with gr.Row():
23
  textmd = gr.Markdown('''
24
  # Chest X-Ray Disease Classification
25
+ View the training code at <a href="https://www.tensorflow.org/guide/mixed_precision"><b>kaggle</b></a>
26
  ''')
27
  with gr.Row():
28
  with gr.Column(scale=1, min_width=600):