Spaces:
Running
Running
no verbose
Browse files
app.py
CHANGED
@@ -17,7 +17,6 @@ gradio_app = gr.Interface(
|
|
17 |
fn=predict,
|
18 |
inputs="text",
|
19 |
outputs="text",
|
20 |
-
verbose=True,
|
21 |
examples=[
|
22 |
"This GOT show just remember LOTR times!",
|
23 |
"Man, can't believe that my 30 days of training just got a NaN loss",
|
|
|
17 |
fn=predict,
|
18 |
inputs="text",
|
19 |
outputs="text",
|
|
|
20 |
examples=[
|
21 |
"This GOT show just remember LOTR times!",
|
22 |
"Man, can't believe that my 30 days of training just got a NaN loss",
|