Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -208,8 +208,7 @@ iface = gr.Interface(examples = [
|
|
208 |
],
|
209 |
outputs = 'text',
|
210 |
description=description,
|
211 |
-
title = title
|
212 |
-
|
213 |
-
allow_screenshot=False)
|
214 |
|
215 |
iface.launch(enable_queue=True, show_error =True)
|
|
|
208 |
],
|
209 |
outputs = 'text',
|
210 |
description=description,
|
211 |
+
title = title
|
212 |
+
)
|
|
|
213 |
|
214 |
iface.launch(enable_queue=True, show_error =True)
|