Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,4 +35,7 @@ gr.Interface(
|
|
| 35 |
outputs="text",
|
| 36 |
title="SmartRezumat",
|
| 37 |
description="AI care transformă texte lungi în rezumate scurte, în limba română"
|
|
|
|
|
|
|
|
|
|
| 38 |
).launch()
|
|
|
|
| 35 |
outputs="text",
|
| 36 |
title="SmartRezumat",
|
| 37 |
description="AI care transformă texte lungi în rezumate scurte, în limba română"
|
| 38 |
+
theme="soft"
|
| 39 |
+
|
| 40 |
+
|
| 41 |
).launch()
|