Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,17 +50,4 @@ iface = gr.Interface(
|
|
50 |
description="Ask a question in Persian or English."
|
51 |
)
|
52 |
|
53 |
-
|
54 |
-
iface.launch()
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
print(outputs[0]["generated_text"][len(prompt):])
|
|
|
50 |
description="Ask a question in Persian or English."
|
51 |
)
|
52 |
|
53 |
+
iface.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|