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

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
- 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):
 
22
  with gr.Row():
23
  textmd = gr.Markdown('''
24
  # Chest X-Ray Disease Classification
25
+ View the full training code at <a href="https://www.kaggle.com/code/mushfirat/chest-x-ray-disease-classification"><b>kaggle</b></a>
26
  ''')
27
  with gr.Row():
28
  with gr.Column(scale=1, min_width=600):