Spaces:
Runtime error
Runtime error
set outputs to global variables.
Browse files
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):
|