lorenzoscottb commited on
Commit
4eb245b
Β·
verified Β·
1 Parent(s): ec8dc2b

Update graph_utils.py

Browse files
Files changed (1) hide show
  1. graph_utils.py +1 -1
graph_utils.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from transformers import pipeline
4
  import os
5
 
6
- model_id = "models/DReAMy-lib/t5-base-DreamBank-Generation-Act-Char"
7
 
8
  def get_graph_dict(graph_text):
9
  edge_labels = {}
 
3
  from transformers import pipeline
4
  import os
5
 
6
+ model_id = "DReAMy-lib/t5-base-DreamBank-Generation-Act-Char"
7
 
8
  def get_graph_dict(graph_text):
9
  edge_labels = {}