Update app.py
Browse files
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(
|
| 138 |
-
|
| 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...
|