Lohia, Aditya commited on
Commit
eb9b354
·
1 Parent(s): e42edba

styling changes

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -331,14 +331,7 @@ examples = [
331
  ]
332
 
333
  description = f"""
334
- <div style="text-align: center !important;">
335
- <p style="font-size: 1.1em !important;">
336
- This Space is an Alpha release that demonstrates <a href="https://huggingface.co/meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8" target="_blank">Llama-4-Maverick</a> model running on AMD MI300 infrastructure. The space is built with Meta Llama 4 <a href="https://www.llama.com/llama4/license/" target="_blank">License</a>. Feel free to play with it!
337
- </p>
338
- <p style="font-size:0.9em !important; font-style: italic !important; margin-top: 0 !important; margin-bottom:0 !important;">
339
- You can interleave {MAX_NUM_IMAGES} image using the upload button or enter URL within <code>&lt;image&gt;URL&lt;/image&gt;</code> tag with the prompt.
340
- </p>
341
- </div>
342
  """
343
 
344
 
 
331
  ]
332
 
333
  description = f"""
334
+ This Space is an Alpha release that demonstrates [Llama-4-Maverick](https://huggingface.co/meta-llama/Llama-4-Maverick-17B-128E-Instruct) model running on AMD MI300 infrastructure. The space is built with Meta Llama 4 [License](https://www.llama.com/llama4/license/). Feel free to play with it!
 
 
 
 
 
 
 
335
  """
336
 
337