AlphaWice commited on
Commit
0615894
·
verified ·
1 Parent(s): 3553d79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -67,14 +67,7 @@ demo = gr.ChatInterface(
67
  "Tell me about Casablanca",
68
  "كيفاش نقدر نتعلم الدارجة؟"
69
  ],
70
- cache_examples=False,
71
- retry_btn="🔄 جرب مرة أخرى",
72
- undo_btn="↶ تراجع",
73
- clear_btn="🗑️ امسح الكل",
74
- theme=gr.themes.Soft(
75
- primary_hue="blue",
76
- secondary_hue="green"
77
- )
78
  )
79
 
80
  # Launch the app
 
67
  "Tell me about Casablanca",
68
  "كيفاش نقدر نتعلم الدارجة؟"
69
  ],
70
+ cache_examples=False
 
 
 
 
 
 
 
71
  )
72
 
73
  # Launch the app