Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -290,7 +290,7 @@ def text_it1(inputs,text_gen1=text_gen1):
|
|
| 290 |
|
| 291 |
def set_model(current_model):
|
| 292 |
current_model = models[current_model]
|
| 293 |
-
return gr.update(label=(f"{current_model}"))
|
| 294 |
|
| 295 |
|
| 296 |
def send_it1(inputs, model_choice):
|
|
|
|
| 290 |
|
| 291 |
def set_model(current_model):
|
| 292 |
current_model = models[current_model]
|
| 293 |
+
return gr.update(label=(f"{current_model}"))
|
| 294 |
|
| 295 |
|
| 296 |
def send_it1(inputs, model_choice):
|