Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ demo = gr.Interface(
|
|
65 |
["llama-3", 2048],
|
66 |
],
|
67 |
cache_examples=False,
|
68 |
-
|
69 |
)
|
70 |
|
71 |
demo.launch()
|
|
|
65 |
["llama-3", 2048],
|
66 |
],
|
67 |
cache_examples=False,
|
68 |
+
flagging_mode="never"
|
69 |
)
|
70 |
|
71 |
demo.launch()
|