PayPeer commited on
Commit
bff0d2c
·
1 Parent(s): a783c53

set outputs to global variables.

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -29,6 +29,8 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
29
 
30
  image_description = ""
31
  # audio_output = ""
 
 
32
 
33
 
34
  def check_hallucination(assertion, citation):
 
29
 
30
  image_description = ""
31
  # audio_output = ""
32
+ global markdown_output
33
+ global audio_output
34
 
35
 
36
  def check_hallucination(assertion, citation):