Spaces:
Running
Running
remove result type
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ async def onClick(vacationType,familyType,duration,purpose,interests):
|
|
33 |
"Visual Arts: Imagery from H.R. Giger (Alien) or Moebius (The Incal).",
|
34 |
"Graphic Novels: Saga, Transmetropolitan."
|
35 |
),
|
36 |
-
result_type = List[customModel.TravelAgency]
|
37 |
)
|
38 |
result_1 = agent.run_sync(user_prompt="for space travel which planet is the best")
|
39 |
result = result_1
|
|
|
33 |
"Visual Arts: Imagery from H.R. Giger (Alien) or Moebius (The Incal).",
|
34 |
"Graphic Novels: Saga, Transmetropolitan."
|
35 |
),
|
36 |
+
#result_type = List[customModel.TravelAgency]
|
37 |
)
|
38 |
result_1 = agent.run_sync(user_prompt="for space travel which planet is the best")
|
39 |
result = result_1
|