Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ def gen(*args):
|
|
| 37 |
'note': args[10],
|
| 38 |
}
|
| 39 |
response = send_request(input_dict)
|
| 40 |
-
return response["evaluation"]
|
| 41 |
|
| 42 |
|
| 43 |
with gr.Blocks() as demo:
|
|
|
|
| 37 |
'note': args[10],
|
| 38 |
}
|
| 39 |
response = send_request(input_dict)
|
| 40 |
+
return response["evaluation"].replace("**", '"')
|
| 41 |
|
| 42 |
|
| 43 |
with gr.Blocks() as demo:
|