alexkueck commited on
Commit
4740f96
1 Parent(s): 70b3442

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ os.environ["HUGGINGFACEHUB_API_TOKEN"] = HUGGINGFACEHUB_API_TOKEN
135
  ##############################################
136
  #wenn löschen Button geklickt
137
  def clear_all():
138
- return gr.File.clear(), gr.Image(visible=False)
139
 
140
  ##############################################
141
  #History - die Frage oder das File eintragen...
 
135
  ##############################################
136
  #wenn löschen Button geklickt
137
  def clear_all():
138
+ return None, gr.Image(visible=False)
139
 
140
  ##############################################
141
  #History - die Frage oder das File eintragen...