entropy25 commited on
Commit
b46b6c4
Β·
verified Β·
1 Parent(s): d9463f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,7 +424,7 @@ examples = [
424
  with gr.Blocks(title="REBEL Knowledge Graph Extractor", theme=gr.themes.Soft()) as demo:
425
  gr.HTML(f"""
426
  <div style="text-align: center; margin: 20px;">
427
- <h1>πŸ€– REBEL Knowledge Graph Extractor</h1>
428
  <p>Optimized for REBEL model relation extraction</p>
429
  <p><strong>Status:</strong> REBEL Model {'βœ… Loaded' if rebel_loaded else '❌ Not Available'}</p>
430
  </div>
 
424
  with gr.Blocks(title="REBEL Knowledge Graph Extractor", theme=gr.themes.Soft()) as demo:
425
  gr.HTML(f"""
426
  <div style="text-align: center; margin: 20px;">
427
+ <h1>πŸ€– News Knowledge Graph Extractor</h1>
428
  <p>Optimized for REBEL model relation extraction</p>
429
  <p><strong>Status:</strong> REBEL Model {'βœ… Loaded' if rebel_loaded else '❌ Not Available'}</p>
430
  </div>