Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ iface = gr.Interface(
|
|
48 |
outputs="text",
|
49 |
title="ArabianGPT Playground",
|
50 |
description="Explore the capabilities of ArabianGPT models. Adjust the hyperparameters to see how they affect text generation.",
|
51 |
-
live=
|
52 |
)
|
53 |
|
54 |
# Launch the app
|
|
|
48 |
outputs="text",
|
49 |
title="ArabianGPT Playground",
|
50 |
description="Explore the capabilities of ArabianGPT models. Adjust the hyperparameters to see how they affect text generation.",
|
51 |
+
live=False
|
52 |
)
|
53 |
|
54 |
# Launch the app
|