riotu-lab commited on
Commit
2ffbe80
1 Parent(s): c208291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True
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