Commit
·
ff5152d
1
Parent(s):
e0569cb
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,4 @@ iface = gr.Interface(
|
|
154 |
)
|
155 |
|
156 |
# Launch the Gradio interface for the Mistral model
|
157 |
-
iface.launch()
|
158 |
-
|
159 |
-
document.querySelector('[type="submit"]').value = 'New Submit Text';
|
160 |
-
document.querySelector('[type="reset"]').value = 'New Clear Text';
|
|
|
154 |
)
|
155 |
|
156 |
# Launch the Gradio interface for the Mistral model
|
157 |
+
iface.launch()
|
|
|
|
|
|