Spaces:
Sleeping
Sleeping
Gla-AI4BioMed-Lab
commited on
Commit
•
fde18d9
1
Parent(s):
58118a5
Update app.py
Browse files
app.py
CHANGED
@@ -230,4 +230,4 @@ def collate_fn_batch_encoding(batch):
|
|
230 |
return query_encodings1["input_ids"], attention_mask1, query_encodings2["input_ids"], attention_mask2, scores
|
231 |
|
232 |
if __name__ == '__main__':
|
233 |
-
app.run(debug=True)
|
|
|
230 |
return query_encodings1["input_ids"], attention_mask1, query_encodings2["input_ids"], attention_mask2, scores
|
231 |
|
232 |
if __name__ == '__main__':
|
233 |
+
app.run(debug=True, host="0.0.0.0", port=7860)
|