Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,8 @@ interface = gr.Interface(
|
|
38 |
outputs=tweet_input_output,
|
39 |
live=False,
|
40 |
examples=[["I migranti"], ["Il ddl Zan"]],
|
41 |
-
title="Twitta come un parlamentare di FDI/Lega"
|
|
|
42 |
)
|
43 |
|
44 |
# Start the Gradio interface
|
|
|
38 |
outputs=tweet_input_output,
|
39 |
live=False,
|
40 |
examples=[["I migranti"], ["Il ddl Zan"]],
|
41 |
+
title="Twitta come un parlamentare di FDI/Lega",
|
42 |
+
cache_examples=False
|
43 |
)
|
44 |
|
45 |
# Start the Gradio interface
|