Spaces:
Runtime error
Runtime error
nehalelkaref
commited on
Commit
•
a09b2bb
1
Parent(s):
e616e89
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,6 @@ model.load_adapter_fusion("nehalelkaref/region_fusion",with_head=True, set_activ
|
|
12 |
|
13 |
pipe = TextClassificationPipeline(tokenizer=tokenizer, model=model)
|
14 |
|
15 |
-
|
16 |
app = Flask(__name__)
|
17 |
|
18 |
@app.route("/", methods=['GET'])
|
|
|
12 |
|
13 |
pipe = TextClassificationPipeline(tokenizer=tokenizer, model=model)
|
14 |
|
|
|
15 |
app = Flask(__name__)
|
16 |
|
17 |
@app.route("/", methods=['GET'])
|