alexkueck commited on
Commit
371a1c2
1 Parent(s): aca0e22

Update app.py

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