Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -19,7 +19,7 @@ def predict(decompiled_code):
|
|
19 |
print(output)
|
20 |
print(output.stdout)
|
21 |
|
22 |
-
|
23 |
|
24 |
def run():
|
25 |
demo = gr.Interface(
|
|
|
19 |
print(output)
|
20 |
print(output.stdout)
|
21 |
|
22 |
+
return open(field_file_name).read()
|
23 |
|
24 |
def run():
|
25 |
demo = gr.Interface(
|