Spaces:
Runtime error
Runtime error
Update demo.py
Browse files
demo.py
CHANGED
|
@@ -14,6 +14,7 @@ import warnings
|
|
| 14 |
def predict(image, question):
|
| 15 |
parseArgs()
|
| 16 |
configPDF()
|
|
|
|
| 17 |
with open(config.configFile(), "a+") as outFile:
|
| 18 |
json.dump(vars(config), outFile)
|
| 19 |
|
|
|
|
| 14 |
def predict(image, question):
|
| 15 |
parseArgs()
|
| 16 |
configPDF()
|
| 17 |
+
config.expName = 'PDF_exp_extra'
|
| 18 |
with open(config.configFile(), "a+") as outFile:
|
| 19 |
json.dump(vars(config), outFile)
|
| 20 |
|