Spaces:
Build error
Build error
Commit
·
c548448
1
Parent(s):
5af835e
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ def predict(sentence):
|
|
25 |
elapsed_time = time.time() - start_time
|
26 |
output = predictions
|
27 |
print(f"Sentence: {sentence} \nPrediction: {predictions}")
|
28 |
-
|
29 |
return output
|
30 |
|
31 |
gradio.Interface(
|
|
|
25 |
elapsed_time = time.time() - start_time
|
26 |
output = predictions
|
27 |
print(f"Sentence: {sentence} \nPrediction: {predictions}")
|
|
|
28 |
return output
|
29 |
|
30 |
gradio.Interface(
|