Tonic commited on
Commit
aa4cde5
1 Parent(s): e0ddfc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,6 +11,7 @@ You can also useCheXRay⚕⚛ by cloning this space. 🧬🔬🔍 Simply click
11
 
12
  ### How To use
13
 
 
14
  simply upload an image with the right prompt (coming soon!) and anaylze your Xray !
15
 
16
  Join us : 🌟TeamTonic🌟 is always making cool demos! Join our active builder's🛠️community 👻 [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/GWpVpekp) On 🤗Huggingface: [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Polytonic](https://github.com/tonic-ai) & contribute to 🌟 [Poly](https://github.com/tonic-ai/poly) 🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
@@ -39,8 +40,7 @@ def generate(image, prompt):
39
 
40
 
41
  with gr.Blocks() as demo:
42
- gr.Markdown("# AI Medical Image Analysis")
43
- gr.Markdown("Upload a medical image and enter a prompt to receive an AI-generated analysis.")
44
 
45
  with gr.Row():
46
  with gr.Column():
 
11
 
12
  ### How To use
13
 
14
+ Upload a medical image and enter a prompt to receive an AI-generated analysis.
15
  simply upload an image with the right prompt (coming soon!) and anaylze your Xray !
16
 
17
  Join us : 🌟TeamTonic🌟 is always making cool demos! Join our active builder's🛠️community 👻 [![Join us on Discord](https://img.shields.io/discord/1109943800132010065?label=Discord&logo=discord&style=flat-square)](https://discord.gg/GWpVpekp) On 🤗Huggingface: [TeamTonic](https://huggingface.co/TeamTonic) & [MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Polytonic](https://github.com/tonic-ai) & contribute to 🌟 [Poly](https://github.com/tonic-ai/poly) 🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
 
40
 
41
 
42
  with gr.Blocks() as demo:
43
+ gr.Markdown(title)
 
44
 
45
  with gr.Row():
46
  with gr.Column():